#include <MovieSceneSequenceTransform.h>
Struct that tracks a breadcumb trail when transformiung a time through FMovieSceneSequenceTransform
◆ FMovieSceneTransformBreadcrumbs()
Default constructor, optionally taking a mode
◆ AddBreadcrumb()
| void FMovieSceneTransformBreadcrumbs::AddBreadcrumb |
( |
const FFrameTime & |
Breadcrumb | ) |
|
|
inline |
Add a breadcrumb to this trail
◆ begin()
| TArray< FFrameTime >::RangedForConstIteratorType FMovieSceneTransformBreadcrumbs::begin |
( |
| ) |
const |
|
inline |
◆ CombineWithOuterBreadcrumbs()
Prepend the specified breadcrumb trail to this one, resulting in a path from the start of Outer to the end of this
◆ end()
| TArray< FFrameTime >::RangedForConstIteratorType FMovieSceneTransformBreadcrumbs::end |
( |
| ) |
const |
|
inline |
◆ GetMode()
Retrieve this breadcrumb trail's capture mode
◆ IsSparse()
| bool FMovieSceneTransformBreadcrumbs::IsSparse |
( |
| ) |
const |
|
inline |
Check whether this breadcrumb trail only contains breadcrumbs for non-linear transformations (true) or for everything (false)
◆ IsValidIndex()
| bool FMovieSceneTransformBreadcrumbs::IsValidIndex |
( |
int32 |
Index | ) |
const |
|
inline |
Check if the specified index is valid
◆ Num()
| int32 FMovieSceneTransformBreadcrumbs::Num |
( |
| ) |
const |
|
inline |
Retrieve the length of this breadcrumb trail
◆ operator TArrayView< const FFrameTime >()
◆ operator[]()
| FFrameTime FMovieSceneTransformBreadcrumbs::operator[] |
( |
int32 |
Index | ) |
const |
|
inline |
Return the breadcrumb at the specified index
◆ OverwriteWith()
Create a new breadcrumb trail of the same size as this one, but with all times set to a specific time
◆ PopBreadcrumb()
| FFrameTime FMovieSceneTransformBreadcrumbs::PopBreadcrumb |
( |
| ) |
|
|
inline |
Pop the most recently added breadcrumb off this trail
◆ Reset()
| void FMovieSceneTransformBreadcrumbs::Reset |
( |
| ) |
|
|
inline |
Restore this trail to its original (empty) state
The documentation for this struct was generated from the following files: