Adds asynchronous HTTP request/response support to Unreal Blueprint logic mods
GET, POST, PUT, DELETE and PATCH methodsHttpBridgeActor BP that you spawn into the gameHttpBridgeActorInstall with Mod ManagerManual DownloadPalworld.exe is located)... You can find this by right-clicking Palworld in Steam and navigating to Manage > Browse Local Filesmod folder into <PalworldRoot>\Pal\Binaries\Win64\Mods\HttpBridge (you will have to make a new folder named HttpBridge in Mods)pak folder into <PalworldRoot>\Pal\Content\Paks\LogicModsManual DownloadPalServer.exe is located)... You can find this by right-clicking Palworld Dedicated Server in Steam and navigating to Manage > Browse Local Filesmod folder into <PalworldRoot>\Pal\Binaries\Win64\Mods\HttpBridge (you will have to make a new folder named HttpBridge in Mods)pak folder into <PalworldRoot>\Pal\Content\Paks\LogicModsSources\Mods folder to your Content\Mods folder99. Please choose a different chunk ID for your other modsHttpBridgeActorSpawn Actor from Class node with HttpBridgeActor as it's class, assigning your new variable to itHttpRequest using the Create Event node, and either Create Matching Function or Create Matching Event. This creates an HttpResponse callback function for HttpBridge to execute after an HTTP requestHttpRequest node, passing in your HttpBridgeActor variable and a valid FGuid (you can use the New Guid node)HttpActor instance at a time, and only one request at a time until you recieve a response. Multiple simultaneous instances/requests have not yet been tested, so your mileage may vary if you try too many at onceContent\Mods\HttpBridge\HttpBridgeActor, click Class Defaults and set your desired replication variables, then compile and save.Run on Server RPC calls to the server, which in turn makes authoritative local (127.0.0.1 aka localhost) HTTP requests to your own backend application, and sends the relevant response data back through a Run on Client RPC call, however you may also make remote calls using any base domain (as the IP) and path, and HttpBridge will automatically resolve it into an IP for you