Inter-Process Communication in UE4 I often link applications developed with Unreal Engine to apps created with C# etc., and the most common method I use for this is socket communication like TCP/IP or UDP.
Until now, whenever needed, I created features tailored to the specifications at that time.
H…