Networking Over UDP

Hello Guys,

I want unreal to receive a UDP network msg from unity3d how can i do that.

I have a small project in unity3d that should control which map to open in unreal engine 4 so what i want to do is to send a value from unity3d and receive it on unreal. the sending part is already working but i have no idea how to make it work on unreal.

There’s this code here Communication Between UE4 and a Python UDP Server - C++ Gameplay Programming - Unreal Engine Forums.