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