STreeMap::FindNodeInCopiedTree

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

Unreal Engine C++ API Reference > Developer > TreeMap > STreeMap

References

   
Module TreeMap
Header /Engine/Source/Developer/TreeMap/Public/STreeMap.h
Include #include "STreeMap.h"
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.


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library