Navigation
API > API/Plugins > API/Plugins/ConcertSyncCore
| |
|
| Name |
EConcertReplicationPutStateFlags |
| Type |
enum |
| Header File |
/Engine/Plugins/Developer/Concert/ConcertSync/ConcertSyncCore/Source/ConcertSyncCore/Public/Replication/Messages/PutState.h |
| Include Path |
#include "Replication/Messages/PutState.h" |
Syntax
enum EConcertReplicationPutStateFlags
{
None,
SkipDisconnectedClients = 1 << 0,
Default = SkipDisconnectedClients,
}
Values
| Name |
Remarks |
| None |
|
| SkipDisconnectedClients |
If another client has disconnected between the time the request was sent and received by the client, do not fail the request. |
| Default |
|