FMovieSceneEvaluationRange

Overload list

Windows
MacOS
Linux
Name Description

Public function

FMovieSceneEvaluationRange

(
    FFrameTime InTime,
    FFrameRate InFrameRate
)

Construct this range from a single fixed time

Public function

FMovieSceneEvaluationRange

(
    TRange< FFrameTime > InRange,
    FFrameRate InFrameRate,
    EPlayDirection InDirection
)

Construct this range from a raw range and a direction

Public function

FMovieSceneEvaluationRange

(
    FFrameTime InCurrentTime,
    FFrameTime InPreviousTime,
    FFrameRate InFrameRate,
    bool bInclusivePreviousTime
)

Construct this range from 2 times, and whether the range should include the previous time or not

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