Daniel Gleason
Daniel Gleason
Did you ever manage to figure this out?
@AlbertMontolio did you ever get this working?
This is also happening for me in 2022
I work with some of the people at AWS, they have said they will never be implementing this feature because it doesn't make them any money!
Is there a fix??
Is there a way to then, take some data from NodeJS-UE4 and pass it to an audio component? I have some binary data which is audio data, but I'm not...
> > > You want to emit an ipc event from your script with your data: https://github.com/getnamo/nodejs-ue4#a-basic-adder and receive that in the node.js component, then you forward that data to...
``` LogTemp: Error: Script Error: internal/modules/cjs/loader.js:960 throw err; ^ Error: Cannot find module 'mumble' Require stack: - C:\Users\decil\Desktop\HVS_Game\Content\Scripts\chat_test.js at Function.Module._resolveFilename (internal/modules/cjs/loader.js:957:15) at Function.Module._load (internal/modules/cjs/loader.js:840:27) at Module.require (internal/modules/cjs/loader.js:1019:19) at require (internal/modules/cjs/helpers.js:77:18)...
> Did you manually install it via npm or let the plugin install it? Double check you have a matching embedded node.js to the module, since the embedded node.js may...
What version of node is included with the plugin? The person who made this npm package says it only works with node 10