UDP listener

Hello every one.
I have a project which has a UDP sender. I am sure about that part.
how can I get the data in unreal engine (without plugins).
As I am a little noob :slight_smile: I need high detailed solution.
this is my job task, pls help.

Just search for C++ UDP library and add it to your project. There are many of them.

You can also roll your own. Our app is Windows only so we use Winsock:

Getting started with Winsock - Win32 apps | Microsoft Learn

1 Like