Navigation
API > API/Plugins > API/Plugins/ConcertSyncCore
Describes an authority conflict for two objects.
| Name | FConcertAuthorityConflict |
| Type | struct |
| Header File | /Engine/Plugins/Developer/Concert/ConcertSync/ConcertSyncCore/Source/ConcertSyncCore/Public/Replication/Data/AuthorityConflict.h |
| Include Path | #include "Replication/Data/AuthorityConflict.h" |
Syntax
USTRUCT ()
struct FConcertAuthorityConflict
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AttemptedObject | FConcertObjectInStreamID | The object that was attempted to take authority over but could not be. | Replication/Data/AuthorityConflict.h | |
| ConflictingObject | FConcertReplicatedObjectId | The object of another client that Source conflicts with. | Replication/Data/AuthorityConflict.h |