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 i
npm run build
- build the react-umg code (see above)
- compile the Unreal.js plugin
- copy the built
UnrealJS
plugin into theexamples/ReactUmgExamples/Plugins/
folder - open the
ReactUmgExamples.uproject
UE4 project - open the
ReactUmgExamples
level 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