UE-OSC
UE-OSC copied to clipboard
OSC plugin for Unreal Engine 4 Blueprints
As far as I know it's UDP only. Would it be possible to add TCP support?
Hi, so far the OSC receiver on this plugin works in Play mode, I am trying to make it work with Editor Utility to be able to receive OSC messages...
Hello. My project works fine, but I have noticed that on hot reload compiles to my project I am not infrequently crashing with the following crash report ``` Assertion failed:...
Due to the limited maximum size of the variable type (FNAME I think), if a message element is received which is larger than 1024 chars the engine crashes. Ultimately we...
I am trying to send OSC messages between 2 game instances and it crashes on the receiving end. The messages look like any other message so I don't understand what...