FMovieSceneEvaluationRange

Overload list

Choose your operating system:

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