TQuadTree::Duplicate

Does a deep copy of the tree by going through and re-creating the internal data.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/GenericQuadTree.h

Include

#include "GenericQuadTree.h"

Syntax

void Duplicate
(
    TreeType & OutDuplicate
) const

Remarks

Does a deep copy of the tree by going through and re-creating the internal data. Cheaper than re-insertion as it should be linear instead of nlogn

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