FindTreeNode

Overload list

Unreal Engine C++ API Reference > Editor > Kismet > SSCSEditor

  Type Name Description
Protected function Const FSCSEditorTreeNodePtrType

FindTreeNode ( const USCS_Node* InSCSNode,
FSCSEditorTreeNodePtrType InStartNodePtr
)

Helper method to recursively find a tree node for the given SCS node starting at the given tree node
Protected function Const FSCSEditorTreeNodePtrType

FindTreeNode ( const UActorComponent* InComponent,
FSCSEditorTreeNodePtrType InStartNodePtr
)

Helper method to recursively find a tree node for the given scene component starting at the given tree node
Protected function Const FSCSEditorTreeNodePtrType

FindTreeNode ( const FName& InVariableOrInstanceName,
FSCSEditorTreeNodePtrType InStartNodePtr
)

Helper method to recursively find a tree node for the given variable or instance name starting at the given tree node

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library

On this page