STreeMap::FindNodeInCopiedTree

Searches for the specified node in an identical copy of the node tree.

Windows
MacOS
Linux

References

Module

TreeMap

Header

/Engine/Source/Developer/TreeMap/Public/STreeMap.h

Include

#include "STreeMap.h"

Syntax

FTreeMapNodeDataPtr FindNodeInCopiedTree
(
    const FTreeMapNodeDataRef & NodeToFind,
    const FTreeMapNodeDataRef & OriginalNode,
    const FTreeMapNodeDataRef & CopiedRootNode
) const

Remarks

Searches for the specified node in an identical copy of the node tree.

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