Navigation
API > API/Runtime > API/Runtime/MovieScene > API/Runtime/MovieScene/Variants > API/Runtime/MovieScene/Variants/FMovieSceneTimeWarpVariant
| Type | Name | Description | |
|---|---|---|---|
| void | Set
(
double InLiteralPlayRate |
Make this time-warp play at a constant play-rate | |
| void | Set
(
const FMovieSceneTimeWarpFixedFrame& InValue |
Make this time-warp always return a fixed frame number | |
| void | Set
(
const FMovieSceneTimeWarpFrameRate& InValue |
Make this time-warp transform from one frame rate to another | |
| void | Set
(
const FMovieSceneTimeWarpLoop& InValue |
Make this time-warp loop within the specified bounds | |
| void | Set
(
const FMovieSceneTimeWarpClamp& InValue |
Make this time-warp clamp to the specified bounds | |
| void | Set
(
const FMovieSceneTimeWarpLoopFloat& InValue |
Make this time-warp loop within the specified bounds | |
| void | Set
(
const FMovieSceneTimeWarpClampFloat& InValue |
Make this time-warp clamp to the specified bounds | |
| void | Set
(
UMovieSceneTimeWarpGetter* InDynamicValue |
Make this time-warp a custom dynamic value |