Navigation
Unreal Engine C++ API Reference > Runtime > MovieScene > Evaluation
References
Module | MovieScene |
Header | /Engine/Source/Runtime/MovieScene/Public/Evaluation/MovieSceneEvaluationTree.h |
Include | #include "Evaluation/MovieSceneEvaluationTree.h" |
Syntax
struct FMovieSceneEvaluationTreeNode
Remarks
A tree node that represents a unique time range in the evaluation tree (or a grouping of smaller sub-divisions)
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
FEvaluationTreeEntryHandle | ChildrenID | Identifier for the child node entries associated with this node (FMovieSceneEvaluationTree::ChildNodes) |
![]() |
FEvaluationTreeEntryHandle | DataID | Identifier for externally stored data entries associated with this node |
![]() |
FMovieSceneEvaluationTreeNodeHandle | Parent | Handle to the parent node |
![]() |
TRange< FFrameNumber > | Range | The time-range that this node represents |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
Constructors | ||
![]() |
FMovieSceneEvaluationTreeNode
(
TRange< FFrameNumber > InRange, |