Navigation
API > API/Runtime > API/Runtime/MovieScene
Parameter structure that controls time-transformation operations in MovieScene code
| Name | FTransformTimeParams |
| Type | struct |
| Header File | /Engine/Source/Runtime/MovieScene/Public/MovieSceneTransformTypes.h |
| Include Path | #include "MovieSceneTransformTypes.h" |
Syntax
struct FTransformTimeParams
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FTransformTimeParams() |
MovieSceneTransformTypes.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bIgnoreClamps | uint8 | Whether to ignore clamp operations or not | MovieSceneTransformTypes.h | |
| Breadcrumbs | FMovieSceneTransformBreadcrumbs * | Breadcrumbs structure. | MovieSceneTransformTypes.h | |
| CycleCount | TOptional< int32 > * | Pointer that receives the last encountered cycle count | MovieSceneTransformTypes.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FTransformTimeParams & AppendBreadcrumbs
(
FMovieSceneTransformBreadcrumbs& OutBreadcrumbs |
Instruct the algorithm to add breadcrumbs to the specified container as it performs the transformation | MovieSceneTransformTypes.h | |
FTransformTimeParams & HarvestBreadcrumbs
(
FMovieSceneTransformBreadcrumbs& OutBreadcrumbs |
Instruct the algorithm to add breadcrumbs to the specified container as it performs the transformation | MovieSceneTransformTypes.h | |
FTransformTimeParams & IgnoreClamps() |
Ignore clamping operations while transforming the time. | MovieSceneTransformTypes.h | |
FTransformTimeParams & TrackCycleCounts
(
TOptional< int32 >* OutCycleCounter |
Instruct the algorithm to track the cycle counts | MovieSceneTransformTypes.h |