FMovieSceneEvaluationTree::IterateFromLowerBound

Start iterating this tree from the specified lower boundary

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 IterateFromLowerBound
(
    TRangeBound< FFrameNumber > InStartingLowerBound
) const

Remarks

Start iterating this tree from the specified lower boundary

Returns

A bi-directional iterator that is set to the unique range that overlaps the specified lowerbound

Parameters

Parameter

Description

InStartingLowerBound

The lowerbound 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