Exporting realtime data from unreal

Hello everyone, i have the question, if and how it is possible to export data in realtime from unreal. So i have a Vr Experience without controllers and i want to have the location data from my hmd streamed to motors for a physical art installation. Any help would be the best! Thx

You can either use a server on the other side to gather information via a rest API (either through the http protocol or you can use the VaRest plugin) or you can try passing information via a socket (Unreal has UDP & TCP messaging).

Thanks a lot for the help, im gonna try it!