Navigation
API > API/Plugins > API/Plugins/ConcertSyncCore > API/Plugins/ConcertSyncCore/Replication > API/Plugins/ConcertSyncCore/Replication/Messages
References
| Module | ConcertSyncCore |
| Header | /Engine/Plugins/Developer/Concert/ConcertSync/ConcertSyncCore/Source/ConcertSyncCore/Public/Replication/Messages/Handshake.h |
| Include | #include "Replication/Messages/Handshake.h" |
Syntax
USTRUCT ()
struct FConcertReplication_Join_Response
Remarks
Sent by server to accept the previously sent replication session.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FString | DetailedErrorMessage | More information about ErrorCode to help the user resolve the issue. | |
| EJoinReplicationErrorCode | JoinErrorCode | Anything other than Success indicates failure. | |
| FConcertReplication_ChangeSyncControl | SyncControl | This is the initial sync control this client has |