Send command through network TCP/UDP and recieve on python server

Hi Guys,

I have been working in a project that involves rollercoaster and VR. At this point we want to incorporate a Chair with a Servomotor.

The servomotor will be controlled throught Raspberry Pi and will be availible to execute the movement by recieving packets via Network.

My question is if there is some way I can use blueprints to send this commands via the network, just like a trigger box at some point in the coaster that send the command and the Raspberry will execute the command.

All have done with unreal have been done working with blueprints. I dont know C++

If some of you guys now about this, I will really apreciate it.

Thanks!

you may look at this : (39) Rama's Extra Blueprint Nodes for You as a Plugin, No C++ Required! - Blueprint - Unreal Engine Forums!
if i remember well there s a node that permite to execute external exe files, that will permit you tu run .bat file or whatever you want to send your command.

I asked roma for that node, but told me that is on the to do list.

:frowning: