Navigation
API > API/Runtime > API/Runtime/MovieScene > API/Runtime/MovieScene/Evaluation
Inheritance Hierarchy
- FMovieSceneTransformBreadcrumbs
- FMovieSceneWarpCounter
References
| Module | MovieScene |
| Header | /Engine/Source/Runtime/MovieScene/Public/Evaluation/MovieSceneSequenceTransform.h |
| Include | #include "Evaluation/MovieSceneSequenceTransform.h" |
Syntax
USTRUCT ()
struct FMovieSceneTransformBreadcrumbs
Remarks
Struct that tracks a breadcumb trail when transformiung a time through FMovieSceneSequenceTransform
Constructors
| Type | Name | Description | |
|---|---|---|---|
| Default constructor, optionally taking a mode |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | AddBreadcrumb
(
const FFrameTime& Breadcrumb |
Add a breadcrumb to this trail | |
| TArray< FFrameTime >::RangedForConstIteratorType | begin () |
||
| void | CombineWithOuterBreadcrumbs
(
const FMovieSceneTransformBreadcrumbs& OuterBreadcrumbs |
Prepend the specified breadcrumb trail to this one, resulting in a path from the start of Outer to the end of this | |
| TArray< FFrameTime >::RangedForConstIteratorType | end () |
||
| EMovieSceneBreadcrumbMode | GetMode () |
Retrieve this breadcrumb trail's capture mode | |
| bool | IsSparse () |
Check whether this breadcrumb trail only contains breadcrumbs for non-linear transformations (true) or for everything (false) | |
| bool | IsValidIndex
(
int32 Index |
Check if the specified index is valid | |
| int32 | Num () |
Retrieve the length of this breadcrumb trail | |
| FMovieSceneTransformBreadcrumbs | OverwriteWith
(
FFrameTime InTime |
Create a new breadcrumb trail of the same size as this one, but with all times set to a specific time | |
| FFrameTime | Pop the most recently added breadcrumb off this trail | ||
| void | Reset () |
Restore this trail to its original (empty) state |
Operators
| Type | Name | Description | |
|---|---|---|---|
| FFrameTime | operator[]
(
int32 Index |
Return the breadcrumb at the specified index |