Navigation
API > API/Plugins > API/Plugins/ConcertSyncCore
| Name | FConcertReplication_RestoreContent_Response |
| Type | struct |
| Header File | /Engine/Plugins/Developer/Concert/ConcertSync/ConcertSyncCore/Source/ConcertSyncCore/Public/Replication/Messages/RestoreContent.h |
| Include Path | #include "Replication/Messages/RestoreContent.h" |
Syntax
USTRUCT ()
struct FConcertReplication_RestoreContent_Response
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ClientInfo | FConcertQueriedClientInfo | This includes the full stream and authority content if ErrorCode == EConcertReplicationRestoreErrorCode::Success and the request had EConcertReplicationRestoreContentFlags::SendNewState set. | Replication/Messages/RestoreContent.h | |
| ErrorCode | EConcertReplicationRestoreErrorCode | Replication/Messages/RestoreContent.h | ||
| SyncControl | FConcertReplication_ChangeSyncControl | The full sync control the client has on the server. | Replication/Messages/RestoreContent.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool IsSuccess() |
Replication/Messages/RestoreContent.h |