Navigation
API > API/Plugins > API/Plugins/ConcertSyncCore
Sent by server to notify a client that their stream content and / or authority has been changed by an external entity, i.e. when the change was not initiated by the client itself.
| Name | FConcertReplication_ChangeClientEvent |
| 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_ChangeClientEvent
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ChangeData | FConcertReplication_ClientChangeData | Info about what has changed. | Replication/Messages/ChangeClientEvent.h | |
| Reason | EConcertReplicationChangeClientReason | The reason for this event | Replication/Messages/ChangeClientEvent.h |