FMovieSceneEvaluationTree::IterateFromTime

Start iterating this tree from the specified time

Windows
MacOS
Linux

References

Module

MovieScene

Header

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

Include

#include "Evaluation/MovieSceneEvaluationTree.h"

Source

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

Syntax

FMovieSceneEvaluationTreeRangeIterator IterateFromTime
(
    FFrameNumber Time
) const

Remarks

Start iterating this tree from the specified time

Returns

A bi-directional iterator that is set to the unique range that overlaps the current time

Parameters

Parameter

Description

Time

The time at which we should start iterating

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