![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <MovieSceneEvaluationTree.h>
Public Member Functions | |
| virtual | ~IMovieSceneEvaluationTreeNodeOperator () |
| virtual void | operator() (FMovieSceneEvaluationTreeNode &Node) const =0 |
Interface used for performing an abstract operation on an FMovieSceneEvaluationTreeNode.
|
inlinevirtual |
Virtual destruction
|
pure virtual |
Called to invoke the operator for the specified node
| Node | The node on which the operator should be performed |