NodeJs-Unreal
NodeJs-Unreal copied to clipboard
Using ReactJs with plugin
Hi, I'm trying to create a ReactJs application inside my game for a better way of developing interfaces in Unreal, since your plugin handles node_modules/javascript/npm I believe it can handle it. But I'm having a problem with the script file since it is actually a folder (and I have to run "npm run dev" to start the server) to start the application. Is it possible nowadays or will be in the future?
For this use case I recommend using https://github.com/ncsoft/Unreal.js. There are some react-umg examples using that https://github.com/ncsoft/React-UMG.