Hi!
I’m trying to send OSC messages to Max MSP. Below is how I have UE4 set up and it’s not working but I’m trying to determine whether it’s wrong in UE4 or in Max. Is anyone able to tell me if this is the correct way this should be set up?
Hi!
I’m trying to send OSC messages to Max MSP. Below is how I have UE4 set up and it’s not working but I’m trying to determine whether it’s wrong in UE4 or in Max. Is anyone able to tell me if this is the correct way this should be set up?
Have you added your Send OSC Target Address to the project settings, Either during runtime or manually. SendOSC function parameter “Target Index” refers to this list which is formatted {IP}:{Port}. What you’re doing looks wrong.
This video helped me setup UE OSC, UE4OSC Tutorial - YouTube
I posted a solution for OSC for sending and receiving from the same level between different blueprint objects.