FMovieSceneTimeWarping::TransformRangeConstrained

Transforms the given range by time-warping it and figuring out if it "covered" a full loop or not.

Windows
MacOS
Linux

References

Module

MovieScene

Header

/Engine/Source/Runtime/MovieScene/Public/Evaluation/MovieSceneTimeWarping.h

Include

#include "Evaluation/MovieSceneTimeWarping.h"

Syntax

TRange< FFrameTime > TransformRangeConstrained
(
    const TRange< FFrameTime > & Range
) const

Remarks

Transforms the given range by time-warping it and figuring out if it "covered" a full loop or not. If it covered a full loop, return a full-loop range, i.e. a range that goes from StartOffset to (Length - EndOffset). If it didn't cover a full loop, return the transformed range, which should be a subset of the full loop range mentioned above.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss