Tag
UDP
2 posts
- 2024-06-27
Devlog 60: How to handle MMO style motion with UE and custom server over UDP
In this post, I show how I used UDP to handle motion updates from my game running in Unreal Engine 5. The UDP updates will be going to a custom…
- 2024-06-20
Devlog 59: UDP with free Object Deliverer plugin in UE
In this post, we look at simple integration of Object Deliverer for UDP connectivity. This will be used to handle motion updates over UDP between UE and java server. This…