- 6
- 13 864
Unreal Center
United Kingdom
เข้าร่วมเมื่อ 1 ม.ค. 2024
Unreal Engine nerd focused on delivering valuable assets and informative videos to anyone who would like to listen
Unreal is pretty cool
Unreal is pretty cool
HOW TO - send POST HTTP requests in Unreal Engine BLUEPRINTS With Face Swap API | UPDATED!
🔗Links:
API Used in this video: rapidapi.com/MorfranTechnology/api/faceswap-image-transformation-api
🔵 FAB Store: www.fab.com/sellers/Unreal%20Center
🔵 GumRoad: unrealcenter.gumroad.com
🔵 DISCORD: discord.gg/zjduQ7ZQNS
In this video, I will be going over how to send HTTP requests of type POST, demonstrating what the HTTP request does and how to use it. Providing a functional and fun example for people to follow and enjoy. In this video we will be face swapping different people together and creating new interesting fusions!
📌Chapters:
⚪️ Intro: 00:00
⚪️ Plugin Disclaimer: 00:43
⚪️ Project Start: 01:19
⚪️ API Showcase: 02:34
⚪️ Post Request Implementation: 04:33
⚪️ First system showcase: 19:35
⚪️ First face fusion showcase: 20:14
⚪️ Compacting logic to a single function: 20:38
⚪️ Final Showcase: 23:40
⚪️ Outro: 24:33
API Used in this video: rapidapi.com/MorfranTechnology/api/faceswap-image-transformation-api
🔵 FAB Store: www.fab.com/sellers/Unreal%20Center
🔵 GumRoad: unrealcenter.gumroad.com
🔵 DISCORD: discord.gg/zjduQ7ZQNS
In this video, I will be going over how to send HTTP requests of type POST, demonstrating what the HTTP request does and how to use it. Providing a functional and fun example for people to follow and enjoy. In this video we will be face swapping different people together and creating new interesting fusions!
📌Chapters:
⚪️ Intro: 00:00
⚪️ Plugin Disclaimer: 00:43
⚪️ Project Start: 01:19
⚪️ API Showcase: 02:34
⚪️ Post Request Implementation: 04:33
⚪️ First system showcase: 19:35
⚪️ First face fusion showcase: 20:14
⚪️ Compacting logic to a single function: 20:38
⚪️ Final Showcase: 23:40
⚪️ Outro: 24:33
มุมมอง: 260
วีดีโอ
HOW TO - send GET HTTP requests in Unreal Engine BLUEPRINTS | Updated!
มุมมอง 328หลายเดือนก่อน
🔗Links: API Used in this video: www.freetogame.com/api-doc 🔵 FAB Store: www.fab.com/sellers/Unreal Center 🔵 GumRoad: unrealcenter.gumroad.com 🔵 DISCORD: discord.gg/zjduQ7ZQNS In this video, I will be going over how to send HTTP requests of type GET, demonstrating what the HTTP request does and how to use it. Providing a functional example for people that would like to learn and follow along. 📌C...
HOW TO - send POST HTTP requests in Unreal Engine BLUEPRINTS
มุมมอง 1.9K11 หลายเดือนก่อน
NOTE: Some of the blueprint nodes in this video have been re-worked in the latest update of the plugin some of the stuff I showcase will not work anymore, Please watch the more up to date videos if you find something is not working. Fourth and final episode in the HTTP & JSON Utility series. In this episode, I will be covering how to send HTTP requests in blueprints. In this (Part Two), I am co...
HOW TO - send GET HTTP requests in Unreal Engine BLUEPRINTS
มุมมอง 1.6Kปีที่แล้ว
NOTE: Some of the blueprint nodes in this video have been re-worked in the latest update of the plugin some of the stuff I showcase will not work anymore, Please watch the more up to date videos if you find something is not working. Third episode broken down into two parts where I will be covering how to send HTTP requests in blueprints. In this part (Part one), I am covering the GET request. T...
HOW TO - JSON file LOADING & READING into Unreal Engine BLUEPRINTS!
มุมมอง 6Kปีที่แล้ว
NOTE: Some of the blueprint nodes in this video have been re-worked in the latest update of the plugin some of the stuff I showcase will not work anymore, Please watch the more up to date videos if you find something is not working. Second episode in a tutorial series about the HTTP & JSON Utility plugin, what can be found on the Unreal Marketplace. HTTP & JSON Utility plugin: www.fab.com/selle...
HOW TO - JSON file WRITING & SAVING with Unreal Engine BLUEPRINTS!
มุมมอง 4.1Kปีที่แล้ว
NOTE: Some of the blueprint nodes in this video have been re-worked in the latest update of the plugin some of the stuff I showcase will not work anymore, Please watch the more up to date videos if you find something is not working. First episode in a tutorial series about the HTTP & JSON Utility plugin, what can be found on the Unreal Marketplace. HTTP & JSON Utility plugin: www.fab.com/seller...
Hi, thank you! But how do I extract data if my field contains an integer array? For example "indexes" : [0, 1 ,2]
Hey Gotw, In most cases the "Try Get Array Field" will work fine for this, you could also match that with "Try Get First JSON field Value" while looping over the output of "Try Get Array Field" if you still need any help I would be more then happy to provide it the discord discord.gg/zjduQ7ZQNS
what to do if the engine completely crashes when sending a request via blueprint to a disabled server and the error is not handled in the request node itself
The plugin should handle any failed requests / responses from a server, even if its offline. Could you provide me with more information like the crash log, and your bp setup so I can look into this? Best way would be to join the discord discord.gg/zjduQ7ZQNS or alternatively send me an email here: digitallinkmarketplace@gmail.com
Awsome work, its exaclty what i was looking for, but you mentioned that was tested in UE5, i'm using the UE4 for my project, does it work? Have you tested?
Hey, this plugin was built only for 5.0 and up, but if you would like to join the discord and tell me more about your unreal version I could attempt to compile a build to support that version discord.gg/zjduQ7ZQNS
Is there a way of saving the data when there is no internet connection and then once a connection is established to then upload the data?
Hey, yeah for sure this functionality would be possible to build with the plugin. Detecting when internet is lost and back again would be done by Unreal itself, the plugin will handle locally saving JSON files then sending once connection is established
@@Unreal-Center that’s great thanks for the info! Would you create a video on this in the future? I would find it very interesting. Thank you!
@@PRiMezGFX A video on this topic will be interesting to make, but for now If you want to talk about potential ideas or support for the plugin, join the discord discord.gg/zjduQ7ZQNS can have better more direct communication
good job keep it up
Great tutorial. Thank you. Is that directory accessible after the game is built or can it only be accessed during the development process?
The directory access I use in this video only works in engine or during project development. Alternatively you can use different "GET" nodes to the required directory you need. In blueprints look up "Get Project Saved Directory" or "Get Project Directory"
Is it possible to include a Json file in a save game object?
If your talking about a save game object, I don't see why this would not work, ,But I have not tried it
how can i use this to post audio files?
I want to know too
At this stage the HTTP "POST" Request can only send logic commands to a server, for instance changing settings of a user on server. It is planned to add file downloading and uploading in near future updates
Thank you very much for the great tutorial. You save me a lot of time! I will be happy to see more tutorials from you. Wish you a nice day :)
Thank you for the kind words, More tutorials and cool stuff coming soon :)
Thanks you, it is very useful
Thank you, if you need any further support or have any feedback you can contact me on discord
can u do a tutorial on this using supabase? ue5 crashes when Im doing it, maybe Im doing it wrong
I am not familiar with supabase, I will look into it but cant guarantee I can create a tutorial for it. if you would like plugin specific help please join the discord where I can assist you from there. discord.gg/zjduQ7ZQNS or email me here for further support: digitallinkmarketplace@gmail.com
Great explanation ! SUBBED 🎉
Thank you, hope you enjoy. If you have any questions, don't hesitate to contact me directly on discord! More cool stuff to come!
@@Unreal-Center Thats great I look forward to more.
hey , how can i contact you about the json http plugin
Hello, You can follow this link to the plugin selling page www.unrealengine.com/marketplace/en-US/product/1c2307df1b824376a29d1a4322ed107b and access the discord link from there if you have any more questions 👍