Navigation
API > API/Editor > API/Editor/Kismet > API/Editor/Kismet/FSCSEditorTreeNode
References
| Module | Kismet |
| Header | /Engine/Source/Editor/Kismet/Public/SSCSEditor.h |
| Include | #include "SSCSEditor.h" |
| Source | /Engine/Source/Editor/Kismet/Private/SSCSEditor.cpp |
FSCSEditorTreeNodePtrType FindClosestParent
&40;
TArray< FSCSEditorTreeNodePtrType > InNodes
&41;
Remarks
Finds the closest ancestor node in the given node set. One of the nodes from the set, or an invalid node reference if the set does not contain any ancestor nodes.
Parameters
| Name | Description |
|---|---|
| InNodes | The given node set. |