7
Using Remote Procedure Calls (RPCs)
Now that you have a strong grip on the world of property replication, it’s time to introduce you to the way in which functions can be called across the network. In Unreal, this is achieved through Remote Procedure Calls (RPCs) – one of the most powerful features of the engine networking system.
In this chapter, you will learn how to execute functions through RPCs and understand how to run them on the server, on a client, or on all clients that have an instance of a particular object.
Additionally, you will learn about the common requirements for properly calling these types of functions – in particular, I will explain the difference between a reliable and an unreliable function.
Finally, you will obviously ...
Get Multiplayer Game Development with Unreal Engine 5 now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.