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/PutState.h |
| Include | #include "Replication/Messages/PutState.h" |
Syntax
USTRUCT ()
struct FConcertReplication_PutState_Response
Variables
| Type | Name | Description | |
|---|---|---|---|
| TMap< FGuid, FConcertAuthorityConflictArray > | AuthorityChangeConflicts | Maps a key from AuthorityChanges to the errors it had. | |
| EConcertReplicationPutStateResponseCode | ResponseCode | ||
| FConcertReplication_ChangeSyncControl | SyncControl | The sync control changes that happened to the requesting client. | |
| TSet< FGuid > | UnknownEndpoints | Sets if ResponseCode == EConcertReplicationChangeClientsResponseCode::ClientUnknown. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | IsSuccess () |