NodeJs-Unreal icon indicating copy to clipboard operation
NodeJs-Unreal copied to clipboard

Using ReactJs with plugin

Open roperes98 opened this issue 3 years ago • 1 comments

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?

roperes98 avatar Nov 14 '22 04:11 roperes98

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.

getnamo avatar Nov 14 '22 18:11 getnamo