FMovieSceneEvaluationRange::FMovieSceneEvaluationRange

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

Choose your operating system:

Windows

macOS

Linux

References

Module

MovieScene

Header

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

Include

#include "Evaluation/MovieScenePlayback.h"

Source

/Engine/Source/Runtime/MovieScene/Private/Evaluation/MovieScenePlayback.cpp

Syntax

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

Remarks

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