Navigation
API > API/Plugins > API/Plugins/ConcertSyncClient > API/Plugins/ConcertSyncClient/Replication
References
| Module | ConcertSyncClient |
| Header | /Engine/Plugins/Developer/Concert/ConcertSync/ConcertSyncClient/Source/ConcertSyncClient/Public/Replication/IConcertClientReplicationManager.h |
| Include | #include "Replication/IConcertClientReplicationManager.h" |
Syntax
struct FJoinReplicatedSessionResult
Variables
| Type | Name | Description | |
|---|---|---|---|
| FString | DetailedErrorMessage | Optional error message to help human user resolve the error. | |
| EJoinReplicationErrorCode | ErrorCode | Error code sent by the server. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FJoinReplicatedSessionResult
(
EJoinReplicationErrorCode ErrorCode, |