HOW TO - send POST HTTP requests in Unreal Engine BLUEPRINTS

แชร์
ฝัง
  • เผยแพร่เมื่อ 15 ม.ค. 2025

ความคิดเห็น • 7

  • @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 หลายเดือนก่อน +1

      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

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