Navigation
API > API/Plugins > API/Plugins/ConcertSyncCore
Event that signals a Sequencer just been opened.
| Name | FConcertSequencerOpenEvent |
| Type | struct |
| Header File | /Engine/Plugins/Developer/Concert/ConcertSync/ConcertSyncCore/Source/ConcertSyncCore/Public/ConcertSequencerMessages.h |
| Include Path | #include "ConcertSequencerMessages.h" |
Syntax
USTRUCT ()
struct FConcertSequencerOpenEvent
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| SequenceObjectPath | FString | The full path name to the root sequence of the sequencer that just opened. | ConcertSequencerMessages.h | |
| TakeData | FConcertByteArray | 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. | ConcertSequencerMessages.h |