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 ()
struct FConcertSequencerPreloadRequest
Remarks
Event indicating one or more sequences have been added or removed from the set of sequences to keep preloaded for quick dynamic instantiation.
Can be sent by clients as a request to add or remove their references.
Can also be received from the server in response to changes to the active set, or as an initial snapshot of the complete set when joining a session.
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bShouldBePreloaded | True if being added to the preload set, false if being removed. | |
| TArray< FTopLevelAssetPath > | SequenceObjectPaths | The list of full paths to affected sequences. |