Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/TQuadTree
Description
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
| Name | Duplicate |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/GenericQuadTree.h |
| Include Path | #include "GenericQuadTree.h" |
void Duplicate
(
TreeType & OutDuplicate
) const