![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <MovieSceneTransformTypes.h>
Public Attributes | |
| FMovieSceneTransformBreadcrumbs * | Breadcrumbs |
| TOptional< int32 > * | CycleCount |
| uint8 | bIgnoreClamps: 1 |
Parameter structure that controls time-transformation operations in MovieScene code
|
inline |
| FTransformTimeParams & UE::MovieScene::FTransformTimeParams::AppendBreadcrumbs | ( | FMovieSceneTransformBreadcrumbs & | OutBreadcrumbs | ) |
Instruct the algorithm to add breadcrumbs to the specified container as it performs the transformation
| FTransformTimeParams & UE::MovieScene::FTransformTimeParams::HarvestBreadcrumbs | ( | FMovieSceneTransformBreadcrumbs & | OutBreadcrumbs | ) |
Instruct the algorithm to add breadcrumbs to the specified container as it performs the transformation
| FTransformTimeParams & UE::MovieScene::FTransformTimeParams::IgnoreClamps | ( | ) |
Ignore clamping operations while transforming the time.
| FTransformTimeParams & UE::MovieScene::FTransformTimeParams::TrackCycleCounts | ( | TOptional< int32 > * | OutCycleCounter | ) |
Instruct the algorithm to track the cycle counts
| uint8 UE::MovieScene::FTransformTimeParams::bIgnoreClamps |
Whether to ignore clamp operations or not
| FMovieSceneTransformBreadcrumbs* UE::MovieScene::FTransformTimeParams::Breadcrumbs |
Breadcrumbs structure. When non-null, breadcrumbs will be added according to its FMovieSceneTransformBreadcrumbs::Mode
Pointer that receives the last encountered cycle count