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