UE-OSC icon indicating copy to clipboard operation
UE-OSC copied to clipboard

Calling OSC Receiver In Editor ( Editor Utility)

Open dpredie opened this issue 3 years ago • 1 comments

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 in Editor, but the BP Component doesnt seem to fire the receiver so far. Is this supported or I am not doing this correctly?

Thank you :)

dpredie avatar Apr 06 '21 19:04 dpredie

Hi, You mean in the editor, while not playing? To move actors using OSC messages instead of the gizmo for example? It is not supported: OSC receivers are registered in BeginPlay, just like UDP port listening.

I guess it's not a big deal to hack your way through it.

monsieurgustav avatar Apr 06 '21 21:04 monsieurgustav