FMovieSceneEvaluationTree::AddTimeRange

Insert the specified time range into this tree

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

void AddTimeRange
(
    TRange< FFrameNumber > InTimeRange,
    const IMovieSceneEvaluationTreeNodeOperator & InOperator,
    FMovieSceneEvaluationTreeNodeHandle InParent
)

Remarks

Insert the specified time range into this tree

Parameters

Parameter

Description

InTimeRange

The time range to add to the tree

InOperator

Operator implementation to call for each node that is relevant to the time range

InParent

The current parent node

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