Resources
Detailed Actor Replication Flow
Flow
The majority of actor replication happens inside the UNetDriver::ServerReplicateActors
function. This is where the server first gathers all actors it has determined to be relevant for each client, then sends any properties that have changed since the last time each connected client was updated. The UActorChannel::ReplicateActor
function then handles the details of actor replication to a specific channel.