Skip to content

drywolf/react-umg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published