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 FConcertSequencerState
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bLoopMode | Indicate if we are currently looping | |
| FFrameNumberRange | PlaybackRange | ||
| float | PlaybackSpeed | The current playback speed | |
| EConcertMovieScenePlayerStatus | PlayerStatus | The current status of the sequencer player | |
| FString | SequenceObjectPath | The full path name to the root sequence that is open on the sequencer | |
| 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. | |
| FQualifiedFrameTime | Time | The time that the sequence is at |
Constructors
| Type | Name | Description | |
|---|---|---|---|