FMovieSceneEvaluationRange::FMovieSceneEvaluationRange

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

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

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