Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 1.39 KB

README.md

File metadata and controls

44 lines (28 loc) · 1.39 KB

react-umg

A React renderer for Unreal Motion Graphics (https://docs.unrealengine.com/latest/INT/Engine/UMG/)

Disclaimer

This library is in a very early proof-of-concept phase. Many core features are missing and bugs are expected to happen.

Screenshots

Building Unreal Engine 4 user interface structures with React and JSX syntax.

Building react-umg

  • npm i
  • npm run build

Running the examples

  • build the react-umg code (see above)
  • compile the Unreal.js plugin
  • copy the built UnrealJS plugin into the examples/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

Contact

License

  • Licensed under the MIT license
  • see LICENSE for details

Credit