Unreal Engine with Node C++ modules (also supports npm packages)

Опубликовано: 13 Июнь 2026
на канале: unreal stuff
122
1

Used to load node C++ modules (dll) at runtime and currently only supported for Win64.

Other npm packages tested and working properly:
js : ws, axios, grpc, proto-loader, express
C++ : koffi, ref-napi, ffi-napi, sqlite3, hmc-win32, bcrypt

To reproduce:
Use Unreal Engine 5.2
plugin : https://github.com/ppchavan001/puerts
Add puerts plugin from above link to your project.
Run Scripts/SetupUnrealBackend.ps1
Compile and start project
Setup puerts to execute any js file that loads and calls the module functions as shown in the video.