SSCSEditor::DepthFirstTraversal

Recursively visits the given node + its children and invokes the given function for each.

Windows
MacOS
Linux

References

Module

Kismet

Header

/Engine/Source/Editor/Kismet/Public/SSCSEditor.h

Include

#include "SSCSEditor.h"

Source

/Engine/Source/Editor/Kismet/Private/SSCSEditor.cpp

Syntax

void DepthFirstTraversal
(
    const FSCSEditorTreeNodePtrType & InNodePtr,
    TSet< FSCSEditorTreeNodePtrType > & OutVisitedNodes,
    const TFunctionRef< void &)> InFunction
) const

Remarks

Recursively visits the given node + its children and invokes the given function for each.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss