Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/MovieScene/Public/Evaluation/MovieSceneSequenceTransform.h |
Include |
#include "Evaluation/MovieSceneSequenceTransform.h" |
struct FMovieSceneSequenceTransform
Movie scene sequence transform class that transforms from one time-space to another.
Name | Description | ||
---|---|---|---|
|
LinearTransform |
||
|
NestedTransforms |
Name | Description | |
---|---|---|
|
FMovieSceneSequenceTransform() |
Default construction to the identity transform |
|
FMovieSceneSequenceTransform ( |
Construction from a linear time transform. |
|
FMovieSceneSequenceTransform ( |
Construction from an offset, and a scale |
Name | Description | ||
---|---|---|---|
|
float |
GetTimeScale() |
Returns the total time-scale of this transform. |
|
FMovieSceneT... |
InverseFromAllFirstWarps() |
Retrieve the inverse of this transform assuming the local times would all belong to the first warp inside each nested time range. |
|
FMovieSceneT... |
InverseFromWarp ( |
Retrieve the inverse of this transform assuming the local times would belong to the n'th warp inside the time range. |
|
FMovieSceneT... |
InverseFromWarp ( |
Retrieve the inverse of this transform assuming the local times would belong to the n'th warp inside the time range. |
|
FMovieSceneT... |
InverseLinearOnly() |
Retrieve the inverse of the linear part of this transform. |
|
IsIdentity() |
Returns whether this sequence transform is an identity transform (i.e. it doesn't change anything). |
|
|
IsLinear() |
Returns whether this sequence transform is purely linear (i.e. doesn't involve time warping). |
|
|
IsWarping() |
Returns whether this sequence transform includes any time warping. |
|
|
TransformRangeConstrained ( |
Transforms the given range using the "constrained" warping transformation. |
|
|
TransformRangeConstrained ( |
Transforms the given range using the "constrained" warping transformation. |
|
|
TransformRangePure ( |
Transforms the given range using the "pure" warping transformation. |
|
|
TransformRangePure ( |
Transforms the given range using the "pure" warping transformation. |
|
|
TransformRangeUnwarped ( |
Transforms the given range using the "unwarped" warping transformation. |
|
|
TransformRangeUnwarped ( |
Transforms the given range using the "unwarped" warping transformation. |
|
|
TransformTime ( |
Transforms the given time, returning the transformed time. |
|
|
TransformTime ( |
Transforms the given time, returning the transformed time along with a series of loop indices that indicate which loops each nested level is in. |