Receiving UDP data in UE5
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!

any solution about it?
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.
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:

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!
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