Navigation
API > API/Runtime > API/Runtime/MovieScene
Classes
| Type | Name | Description | |
|---|---|---|---|
| FMovieSceneCustomTimeWarpGetterStruct | Struct used only for text serialization of a time warp getter struct | ||
| FMovieSceneFixedPlayRateStruct | Struct used only for text serialization of a time warp variant constant play rate | ||
| FMovieSceneNumericVariant | A variant type that masquerades as a numeric (double) value. | ||
| FMovieSceneTimeWarpClamp | Denotes clamped time range from [0:Max] | ||
| FMovieSceneTimeWarpClampFloat | Denotes clamped time range from [0:Max] | ||
| FMovieSceneTimeWarpFixedFrame | Denotes a fixed time | ||
| FMovieSceneTimeWarpFrameRate | Denotes a framerate conversion | ||
| FMovieSceneTimeWarpLoop | Denotes Looping time range from [0:Duration) | ||
| FMovieSceneTimeWarpLoopFloat | Denotes Looping time range from [0:Duration) | ||
| FMovieSceneTimeWarpVariant | Numeric variant type that represents a 'time-warp' operation transforming a time into another time. | ||
| UMovieSceneNumericVariantGetter | Base class for all dynamic getter types supplied to an FMovieSceneNumericVariant | ||
| UMovieScenePlayRateCurve | A time-warp defined as a play rate curve. | ||
| UMovieSceneTimeWarpCurve | A custom time-warp curve providing a mapping from unwarped time to warped time | ||
| UMovieSceneTimeWarpGetter | Base class for all dynamic getter implementations of a FMovieSceneTimeWarpVariant |
Enums
| Type | Name | Description | |
|---|---|---|---|
| EMovieSceneTimeWarpType | Enumeration defining the type stored within an FMovieSceneTimeWarpVariant |