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