FMovieSceneEvaluationTree::GetNode

Non-const access to a node from its parent's ChildrenID and this node's index.

Windows
MacOS
Linux

References

Module

MovieScene

Header

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

Include

#include "Evaluation/MovieSceneEvaluationTree.h"

Syntax

FMovieSceneEvaluationTreeNode & GetNode
(
    FEvaluationTreeEntryHandle ChildrenID,
    int32 Index
)

Remarks

Non-const access to a node from its parent's ChildrenID and this node's index.

Returns

A reference to the node that is valid as long as the tree remains unmodified

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