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