Navigation
API > API/Editor > API/Editor/Kismet > API/Editor/Kismet/SSCSEditor
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FSCSEditorTreeNodePtrType FindTreeNode
(
const USCS_Node* InSCSNode, |
Helper method to recursively find a tree node for the given SCS node starting at the given tree node | SSCSEditor.h | |
FSCSEditorTreeNodePtrType FindTreeNode
(
const UActorComponent* InComponent, |
Helper method to recursively find a tree node for the given scene component starting at the given tree node | SSCSEditor.h | |
FSCSEditorTreeNodePtrType FindTreeNode
(
const FName& InVariableOrInstanceName, |
Helper method to recursively find a tree node for the given variable or instance name starting at the given tree node | SSCSEditor.h |
FindTreeNode(const USCS_Node *, FSCSEditorTreeNodePtrType)
Description
Helper method to recursively find a tree node for the given SCS node starting at the given tree node
| Name | FindTreeNode |
| Type | function |
| Header File | /Engine/Source/Editor/Kismet/Public/SSCSEditor.h |
| Include Path | #include "SSCSEditor.h" |
| Source | /Engine/Source/Editor/Kismet/Private/SSCSEditor.cpp |
FSCSEditorTreeNodePtrType FindTreeNode
(
const USCS_Node * InSCSNode,
FSCSEditorTreeNodePtrType InStartNodePtr
) const
FindTreeNode(const UActorComponent *, FSCSEditorTreeNodePtrType)
Description
Helper method to recursively find a tree node for the given scene component starting at the given tree node
| Name | FindTreeNode |
| Type | function |
| Header File | /Engine/Source/Editor/Kismet/Public/SSCSEditor.h |
| Include Path | #include "SSCSEditor.h" |
| Source | /Engine/Source/Editor/Kismet/Private/SSCSEditor.cpp |
FSCSEditorTreeNodePtrType FindTreeNode
(
const UActorComponent * InComponent,
FSCSEditorTreeNodePtrType InStartNodePtr
) const
FindTreeNode(const FName &, FSCSEditorTreeNodePtrType)
Description
Helper method to recursively find a tree node for the given variable or instance name starting at the given tree node
| Name | FindTreeNode |
| Type | function |
| Header File | /Engine/Source/Editor/Kismet/Public/SSCSEditor.h |
| Include Path | #include "SSCSEditor.h" |
| Source | /Engine/Source/Editor/Kismet/Private/SSCSEditor.cpp |
FSCSEditorTreeNodePtrType FindTreeNode
(
const FName & InVariableOrInstanceName,
FSCSEditorTreeNodePtrType InStartNodePtr
) const