# Multiplayer

- [Replicated Properties](/gameplay-systems/multiplayer/replicated-properties.md)
- [RPCs (Remote Procedure Calls)](/gameplay-systems/multiplayer/rpcs-remote-procedure-calls.md): RPCs allow you to invoke functions across the network, enabling communication between the server and clients. These examples are parameterless, but of course they can contain parameters.
- [Replicated UObjects](/gameplay-systems/multiplayer/replicated-uobjects.md)
