Navigation
API > API/Plugins > API/Plugins/ConcertSyncCore
| Name | FConcertReplication_PutState_Response |
| Type | struct |
| Header File | /Engine/Plugins/Developer/Concert/ConcertSync/ConcertSyncCore/Source/ConcertSyncCore/Public/Replication/Messages/PutState.h |
| Include Path | #include "Replication/Messages/PutState.h" |
Syntax
USTRUCT ()
struct FConcertReplication_PutState_Response
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AuthorityChangeConflicts | TMap< FGuid, FConcertAuthorityConflictArray > | Maps a key from AuthorityChanges to the errors it had. | Replication/Messages/PutState.h | |
| ResponseCode | EConcertReplicationPutStateResponseCode | Replication/Messages/PutState.h | ||
| SyncControl | FConcertReplication_ChangeSyncControl | The sync control changes that happened to the requesting client. | Replication/Messages/PutState.h | |
| UnknownEndpoints | TSet< FGuid > | Sets if ResponseCode == EConcertReplicationChangeClientsResponseCode::ClientUnknown. | Replication/Messages/PutState.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool IsSuccess() |
Replication/Messages/PutState.h |