Create a Web Server and serve files as well as data directly from your Unreal Engine application.
Handle HTTP requests in Blueprints from your game.
🔐 HTTPS Support
Secure your requests with HTTPS.
✅ No Coding Required
The API is fully available for Blueprints, setup an HTTP(S) server in your Unreal Engine game without touching a single line of C++. A C++ API is also available.