# UE-Simple-Http-Server **Repository Path**: zertaulblog/UE-Simple-Http-Server ## Basic Information - **Project Name**: UE-Simple-Http-Server - **Description**: Simple Blueprints and C++ HTTP Server for Unreal Engine 5 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-03-02 - **Last Updated**: 2026-03-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Simple Blueprints and C++ HTTP Server for Unreal Engine 5 Marketplace (Fab): https://www.fab.com/listings/d95fcaab-6699-449a-a742-05564bc9959c How to change default bind address https://github.com/Kaboms/UE-Simple-Http-Server/issues/1#issuecomment-2138905645 # Easy to setup from Blueprints and C++ ![BlueprintsServerSetup](Docs/BlueprintsServerSetup.png) # Support Blueprints bindings to HTTP routes ![BlueprintsBindings](Docs/BlueprintsBindings.png) ![BlueprintsResponse](Docs/BlueprintsResponse.png) ![BlueprintsPOSTResponse](Docs/BlueprintsPOSTResponse.png) # Showcase There is Showcase map in plugin content folder. Just open this, press "Play" and open http://127.0.0.1:8080/showcase at your browser. ![Showcase](Docs/Showcase.gif)