ObjectDeliverer icon indicating copy to clipboard operation
ObjectDeliverer copied to clipboard

Receiving UDP data in UE5

Open bsyzek opened this issue 3 years ago • 5 comments

Hello - I downloaded the sample project, and am able to send UDP data using the UDP sample level (thanks for providing that!) However, for some reason I am unable to receive UDP data using the provided sample blueprint widgets. I can see in Wireshark that the data is coming through on the correct IP address and on the port that's set in the widget (8000), but nothing seems to be coming through in UE5. Are there any additional configuration steps needed to get UDP receiving working? Thanks for the great plugin!

image

bsyzek avatar Aug 17 '22 22:08 bsyzek

any solution about it?

OnlinePage avatar Dec 09 '22 21:12 OnlinePage

I'm stuck with the same problem here. When I'm broadcasting UDP messages over my local network, ObjectDeliverer is able to print out IP address from which these messages are coming from, but not the actual messages. I'm using the same patch Bsyzek is showing here, and I simply cannot figure out, which node I want to replace GetIPAddress with.

theraa avatar Jan 20 '23 16:01 theraa

I set up a simple UDP sender in TouchDesigner, broadcasting noise in 0 to 1 range, over my network. I'm trying to read whatever array of bytes the ReceiveData_Event gives me.

It gives something: 2023-01-23-21-36-34

Looks like there's some sort of corellation between TD and UE. Means, by making the noise signal oscillating faster, I'm getting the buffer's output updating faster as well. (Although it prints values in 48 to 53 range. )

I have no idea what I'm doing T___T I wish I understand these data communications better, and get the result. Any help is highly appreciated!

theraa avatar Jan 23 '23 18:01 theraa

Okay, in case if anyone else may struggle being unable to recieve any packages using this plugin, I've found another one https://github.com/getnamo/UDP-Unreal which worked for me

theraa avatar Jan 23 '23 20:01 theraa