A React renderer for Unreal Motion Graphics (https://docs.unrealengine.com/latest/INT/Engine/UMG/)
This library is in a very early proof-of-concept phase. Many core features are missing and bugs are expected to happen.
Building Unreal Engine 4 user interface structures with React and JSX syntax.
npm inpm run build
- build the react-umg code (see above)
- compile the Unreal.js plugin
- copy the built
UnrealJSplugin into theexamples/ReactUmgExamples/Plugins/folder - open the
ReactUmgExamples.uprojectUE4 project - open the
ReactUmgExampleslevel in the project - run the level in the editor
- try out interacting with the displayed controls and the included sample behaviors
- Licensed under the MIT license
- see LICENSE for details

