Navigation
API > API/Plugins > API/Plugins/ConcertSyncCore
| Name | FConcertReplication_ChangeAuthority_Response |
| Type | struct |
| Header File | /Engine/Plugins/Developer/Concert/ConcertSync/ConcertSyncCore/Source/ConcertSyncCore/Public/Replication/Messages/ChangeAuthority.h |
| Include Path | #include "Replication/Messages/ChangeAuthority.h" |
Syntax
USTRUCT ()
struct FConcertReplication_ChangeAuthority_Response
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ErrorCode | EReplicationResponseErrorCode | Concert's custom requests are default constructed when they timeout. | Replication/Messages/ChangeAuthority.h | |
| RejectedObjects | TMap< FSoftObjectPath, FConcertStreamArray > | Objects streams the client did not receive authority over. | Replication/Messages/ChangeAuthority.h | |
| SyncControl | FConcertReplication_ChangeSyncControl | Contains the new sync control for objects you requested authority over; objects you released authority over are not contained because they can be implicitly determined using FSyncControlState::AppendChanges. | Replication/Messages/ChangeAuthority.h |