[Plugin] OSC for UE4

You use AddSendOscTarget to do that ?

It returns an index to actually send a message to the new “target”.
You should set a variable with this index and use it in SendOsc function.
Hardcoding “1” is hardly a good idea… :slight_smile: