Hi,
thanks for the plugin. It seems I have some trouble getting it to work though. I use the version for UE4.11, socketIO is running on 0.9. I try to connect to socket io with connect node “http://192.168.1.50:5000” then I want to emit a command. The colleague who set up the Server said SocketIO Namespace was “events” and the event I need to send to is called “unityFanSpeedEvent” and receives only a number between 0 and 100.
I guess the problem is the SocketIO namespace, I’m not sure in what node I need to add the namespace (connect or emit?). Sorry if this is some kind of a stupid question, it’s my first time working with socketIO.
Here is what I’m trying to do:
