Unreal Center
Unreal Center
  • 6
  • 13 864
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
มุมมอง: 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...

ความคิดเห็น

  • @gotw1318
    @gotw1318 9 วันที่ผ่านมา

    Hi, thank you! But how do I extract data if my field contains an integer array? For example "indexes" : [0, 1 ,2]

    • @Unreal-Center
      @Unreal-Center 9 วันที่ผ่านมา

      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

  • @trc2
    @trc2 9 วันที่ผ่านมา

    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

    • @Unreal-Center
      @Unreal-Center 9 วันที่ผ่านมา

      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

  • @SidneiCarraroJr
    @SidneiCarraroJr หลายเดือนก่อน

    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?

    • @Unreal-Center
      @Unreal-Center หลายเดือนก่อน

      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

  • @PRiMezGFX
    @PRiMezGFX 5 หลายเดือนก่อน

    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?

    • @Unreal-Center
      @Unreal-Center 5 หลายเดือนก่อน

      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

    • @PRiMezGFX
      @PRiMezGFX 5 หลายเดือนก่อน

      @@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!

    • @Unreal-Center
      @Unreal-Center 5 หลายเดือนก่อน

      @@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

  • @Utopia2023Game2
    @Utopia2023Game2 6 หลายเดือนก่อน

    good job keep it up

  • @thisisme6372
    @thisisme6372 7 หลายเดือนก่อน

    Great tutorial. Thank you. Is that directory accessible after the game is built or can it only be accessed during the development process?

    • @Unreal-Center
      @Unreal-Center 7 หลายเดือนก่อน

      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"

  • @Aantjack
    @Aantjack 8 หลายเดือนก่อน

    Is it possible to include a Json file in a save game object?

    • @Unreal-Center
      @Unreal-Center 8 หลายเดือนก่อน

      If your talking about a save game object, I don't see why this would not work, ,But I have not tried it

  • @RiPPiNGSTiCKS
    @RiPPiNGSTiCKS 8 หลายเดือนก่อน

    how can i use this to post audio files?

    • @jennylee7962
      @jennylee7962 8 หลายเดือนก่อน

      I want to know too

    • @Unreal-Center
      @Unreal-Center 8 หลายเดือนก่อน

      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

  • @TodorVankov
    @TodorVankov 9 หลายเดือนก่อน

    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 :)

    • @Unreal-Center
      @Unreal-Center 9 หลายเดือนก่อน

      Thank you for the kind words, More tutorials and cool stuff coming soon :)

  • @WINter_squid_dog
    @WINter_squid_dog 10 หลายเดือนก่อน

    Thanks you, it is very useful

    • @Unreal-Center
      @Unreal-Center 10 หลายเดือนก่อน

      Thank you, if you need any further support or have any feedback you can contact me on discord

  • @4nth365
    @4nth365 10 หลายเดือนก่อน

    can u do a tutorial on this using supabase? ue5 crashes when Im doing it, maybe Im doing it wrong

    • @Unreal-Center
      @Unreal-Center 10 หลายเดือนก่อน

      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

  • @DirkTeucher
    @DirkTeucher ปีที่แล้ว

    Great explanation ! SUBBED 🎉

    • @Unreal-Center
      @Unreal-Center ปีที่แล้ว

      Thank you, hope you enjoy. If you have any questions, don't hesitate to contact me directly on discord! More cool stuff to come!

    • @DirkTeucher
      @DirkTeucher ปีที่แล้ว

      @@Unreal-Center Thats great I look forward to more.

  • @hamzanabli4449
    @hamzanabli4449 ปีที่แล้ว

    hey , how can i contact you about the json http plugin

    • @Unreal-Center
      @Unreal-Center ปีที่แล้ว

      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 👍