UE 5.7 NOT RECEIVING OSC DATA FROM TOUCHDESIGNER

I already tried changing the address to 0.0.0.0 and port multiple times, but UE is still not receiving data

Hello @AstarothXIX,

I don’t have much experience with TouchDesigner, but I did some research and managed to get it working with the following setup:

  1. In TouchDesigner, go to the Network Address field.

  2. Find your computer’s IP address. To do this, open Command Prompt (CMD) and run “ipconfig” . Then look for the IPv4 Address entry and copy its value.

  3. Enter that same IP address both in TouchDesigner (under Network Address) and in Unreal’s Create OSCServer node, in the Receive IPAddress field.


    (As an additional note, I also saw an example where the blueprint used the Unbind All Events from On OSC Message Received node, but I’m not sure whether that’s being used correctly or if it’s actually necessary in this case).

  4. After that, place the BP_OSC blueprint into your level.

  5. With this configuration, it should work correctly.

At least in my tests, this setup allowed me to establish communication between TouchDesigner and Unreal successfully.

Hope it helps!

thanks for the respond, i tried doing what you suggested but it’s still not working