TCP connection

Hi, I need to create a TCP communication for receve coordinate of a 3D oject in the space and map it in my scene.
I’m noob in UE4 and I have no idea how to procede.
Someone can help me?

UE4 provides network socket APIs (don’t mistake it with Web Socket and not mesh socket) for that, you will need to code in C++, but considering you use it as category i assume you ready for it. Here some tutorials:

Also study API refrence: