Resources

Download some examples created by our team :


UWS is a full demo project with example blueprints and few ideas of the Unreal Web Server usages.

To install : extract the content of the zip into an empty folder. Open the Unreal Project by double-clicking on the .uproject file.

This project has been tested on Unreal 4.17.2


BP_ConsoleCommandHandler is a blueprint to show you some possibilities of the Unreal Web Server. A webpage contains a single input text form, every text written in this text form is sent as a console command into your Unreal game.

To install : extract the content of the zip into your project content folder. Your project must have UWS plugin.

This blueprint has been tested on Unreal 4.17.2 only.