How to Make HTTP Requests in Unreal Engine

In this video, we go over how to make HTTP requests in Unreal Engine using the HTTP module and without relying on an external plugin or third-party library. We also covered how to include data in the body of HTTP requests as well as parse the data in the body of HTTP responses using the JSON module. In this barebones approach, C code was written to test out a dummy REST API for the purposes of this video, but blueprint code can be used to achieve the same result. *****IMPORTANT LINKS***** Code that was written in this video: : HttpTestGameMode.h: : Dummy API used in this video: Various documentation references with regards to the HTTP and JSON
Back to Top