Navigation
API > API/Plugins > API/Plugins/ConcertSyncCore > API/Plugins/ConcertSyncCore/Replication
References
| Module | ConcertSyncCore |
| Header | /Engine/Plugins/Developer/Concert/ConcertSync/ConcertSyncCore/Source/ConcertSyncCore/Public/Replication/AuthorityConflictSharedUtils.h |
| Include | #include "Replication/AuthorityConflictSharedUtils.h" |
Syntax
namespace UE
{
namespace ConcertSyncCore
{
namespace Replication
{
namespace AuthorityConflictUtils
{
enum EAuthorityConflict
{
Allowed,
Conflict,
}
}
}
}
}
Values
| Name | Description |
|---|---|
| Allowed | The client is allowed to take authority |
| Conflict | There was at least one conflict |