v0.1.0 for UE 4.22
Functionality
- Add Node Component to actor of choice
- Run custom script on embedded node.exe with any desired npm modules. No external node required.
- Communicate via events with ipc-event-emitter or just console.log
- Launches node.exe on background thread, uses socket.io for IPC, wraps sub-script with their own sub-processes.
- Early and experimental, documentation available at: https://github.com/getnamo/nodejs-ue4#nodejs-ue4
Limitations
- Currently Windows only.