Navigation
API > API/Plugins > API/Plugins/ConcertSyncCore > API/Plugins/ConcertSyncCore/Replication > API/Plugins/ConcertSyncCore/Replication/Messages
References
| Module | ConcertSyncCore |
| Header | /Engine/Plugins/Developer/Concert/ConcertSync/ConcertSyncCore/Source/ConcertSyncCore/Public/Replication/Messages/ReplicationActivity.h |
| Include | #include "Replication/Messages/ReplicationActivity.h" |
Syntax
USTRUCT ()
struct FConcertSyncReplicationPayload_LeaveReplication
Remarks
Contains the streams and authority a client had when they left a session. Used for restoring content when the client rejoins.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< FConcertObjectInStreamID > | OwnedObjects | The objects the client had authority over when they left. | |
| TArray< FConcertReplicationStream > | Streams | The streams the client had registered when they left. |