Navigation
API > API/Plugins > API/Plugins/ConcertSyncCore
References
| Module | ConcertSyncCore |
| Header | /Engine/Plugins/Developer/Concert/ConcertSync/ConcertSyncCore/Source/ConcertSyncCore/Public/ConcertSequencerMessages.h |
| Include | #include "ConcertSequencerMessages.h" |
Syntax
USTRUCT&40;&41;
struct FConcertSequencerPreloadClientStatusMap
Remarks
Sent as an event by server with preload status of one or more clients.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TMap< FGuid, FConcertSequencerPreloadAssetStatusMap > | ClientEndpoints |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Remove
(
const FTopLevelAssetPath& Sequence |
Clear all clients' references to a specified asset. | |
| void | UpdateFrom
(
const FGuid& Client, |
Merge (add or replace) statuses for a specified client into this object. |