Navigation
API > API/Plugins > API/Plugins/ConcertSyncCore
Describes what aspects about a client have changed.
| Name | FConcertReplication_ClientChangeData |
| Type | struct |
| Header File | /Engine/Plugins/Developer/Concert/ConcertSync/ConcertSyncCore/Source/ConcertSyncCore/Public/Replication/Messages/ChangeClientEvent.h |
| Include Path | #include "Replication/Messages/ChangeClientEvent.h" |
Syntax
USTRUCT ()
struct FConcertReplication_ClientChangeData
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AuthorityChange | FConcertReplication_ChangeAuthority_Request | The change made to the client's authority. | Replication/Messages/ChangeClientEvent.h | |
| StreamChange | FConcertReplication_ChangeStream_Request | The change made to the client's streams. | Replication/Messages/ChangeClientEvent.h | |
| SyncControlChange | FConcertReplication_ChangeSyncControl | The change made to the client's sync control in response to the above changes. | Replication/Messages/ChangeClientEvent.h |