Navigation
Unreal Engine C++ API Reference > Editor > Kismet > SSCSEditor
References
Module | Kismet |
Header | /Engine/Source/Editor/Kismet/Public/SSCSEditor.h |
Include | #include "SSCSEditor.h" |
Source | /Engine/Source/Editor/Kismet/Private/SSCSEditor.cpp |
void DepthFirstTraversal ( const FSCSEditorTreeNodePtrType & InNodePtr, [TSet](API\Runtime\Core\Containers\TSet)< FSCSEditorTreeNodePtrType > & OutVisitedNodes, const [TFunctionRef](API\Runtime\Core\GenericPlatform\TFunctionRef)< void(const FSCSEditorTreeNodePtrType &)> InFunction ) const
Remarks
Recursively visits the given node + its children and invokes the given function for each.