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 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:
1 Like