getnamo / NodeJs-Unreal

Embed node.js as an Unreal Engine plugin.
MIT License
239 stars 34 forks source link

Run in Editor context #25

Open getnamo opened 3 years ago

getnamo commented 3 years ago

Ref: https://forums.unrealengine.com/community/work-in-progress/1644397-node-js#post1853753

Similarly to how unreal.js and unrealenginepython could run in editor context.

Would require re-wrapping node component https://github.com/getnamo/nodejs-ue4/blob/master/Source/NodeJs/Private/NodeComponent.cpp into a re-usable unit with editor runtime. Optionally a component with an editor tick toggle. Unsure of best UX, use case examples from users requested.