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 FConcertSequencerOpenEvent
Remarks
Event that signals a Sequencer just been opened.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FString | SequenceObjectPath | The full path name to the root sequence of the sequencer that just opened. | |
| FConcertByteArray | TakeData | In the case that the SequenceObjectPath points to a take preset, we capture the preset data into a payload that can be applied to take that we are going to open. |