Navigation
API > API/Plugins > API/Plugins/AvalancheSequence
Inheritance Hierarchy
- TSharedFromThis
- IAvaSequencePlaybackContext
References
| Module | AvalancheSequence |
| Header | /Engine/Plugins/Experimental/Avalanche/Source/AvalancheSequence/Public/IAvaSequencePlaybackContext.h |
| Include | #include "IAvaSequencePlaybackContext.h" |
Syntax
class IAvaSequencePlaybackContext : public TSharedFromThis< IAvaSequencePlaybackContext >
Remarks
Interface for Marks to interact with the Sequence being played
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Continue () |
||
| const TSet< FAvaMark > & | GetAllMarks () |
||
| TConstArrayView< TWeakPtr< IAvaSequencePlaybackContext > > | |||
| FFrameTime | |||
| FFrameTime | |||
| const FAvaMark & | GetMark () |
||
| const FMovieSceneMarkedFrame & | |||
| FTSTicker & | GetTicker () |
||
| bool | |||
| void | JumpTo
(
const FFrameTime& InFrameTime, |
||
| void | JumpToSelf () |
||
| void | Pause () |
||
| void | ResolveFromParent
(
const IAvaSequencePlaybackContext& InParent |
||
| void | Reverse () |