Skip to content

Releases: getnamo/NodeJs-Unreal

v0.5.0 for UE 4.23-4.24

23 Feb 18:10
11a1bba
Compare
Choose a tag to compare

Changes

Drag and Drop Example project
Use NodeJSExamples-plugin-v0.5-UE4.24.7z, contains the v4.24 plugin, just double click project to start testing some basics examples (check maps in content).

Fresh git clone
Use nodejs-v0.5.0git-thirdparty-dependencies-only.7z and extract into your project root to add missing dependencies that aren't tracked in git (node modules and the embedded node release).

Early Test v0.4.2 for UE 4.23 with Example Project

28 Oct 06:09
Compare
Choose a tag to compare

Changes

  • Potential fix for: #9
  • Test project for: #8

Use NodeJSExampleProject-v0.4.2 to test that the drag and drop release works. If not post results on #8

v0.4.0 for UE 4.23

12 Sep 11:08
Compare
Choose a tag to compare

v0.3.1 for UE 4.22

05 Sep 10:40
Compare
Choose a tag to compare

Changes

  • Upgrade socket.io plugin to v1.0.24 for main script stability

v0.3.0 for UE 4.22

03 Aug 02:27
Compare
Choose a tag to compare

Changes

  • Added hot-reloading scripts (feature #7)
  • Added npm auto-install package.json (feature #2)
  • Bunch of bug fixes such as hanging scripts. Main script should be a bit more stable
  • Refactored main script into smaller files

v0.3.0 Examples

24 Jul 18:54
Compare
Choose a tag to compare
v0.3.0 Examples Pre-release
Pre-release

Uses https://github.com/getnamo/nodejs-ue4/releases/tag/0.1.0. May have bugs, consider this experimental.

Samples

v0.1.0 for UE 4.22

18 Jul 10:11
71102d4
Compare
Choose a tag to compare

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.