Navigation
API > API/Editor > API/Editor/SubobjectEditor > API/Editor/SubobjectEditor/SSubobjectEditor
References
| Module | SubobjectEditor |
| Header | /Engine/Source/Editor/SubobjectEditor/Public/SSubobjectEditor.h |
| Include | #include "SSubobjectEditor.h" |
| Source | /Engine/Source/Editor/SubobjectEditor/Private/SSubobjectEditor.cpp |
void DepthFirstTraversal
&40;
const FSubobjectEditorTreeNodePtrType & InNodePtr,
TSet< FSubobjectEditorTreeNodePtrType > & OutVisitedNodes,
const TFunctionRef< void(const FSubobjectEditorTreeNodePtrType &)> InFunction
&41; const
Remarks
Recursively visits the given node + its children and invokes the given function for each.