How to send/receive arbitrary UDP messages from Unreal to some other device?

Check out the UdpMessaging plugin. It was added to the engine in 4.25 I believe.

https://github.com/EpicGames/UnrealEngine/tree/release/Engine/Plugins/Messaging/UdpMessaging/Source/UdpMessaging

Note: You will have to have a GitHub account linked with your Epic Games account to view that link.

1 Like