getnamo / UDP-Unreal

Convenience UDP wrapper for the Unreal Engine.
MIT License
335 stars 79 forks source link

Add auto-ustruct serializing #1

Closed getnamo closed 3 years ago

getnamo commented 6 years ago

This is supported via json atm, but that may not be efficient for udp use cases, consider something like method shown in https://wiki.unrealengine.com/UDP_Socket_Sender_Receiver_From_One_UE4_Instance_To_Another.