Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/TQuadTree
Description
Removes an object of type ElementType with an associated 2D box of size Box (log n). Does not cleanup tree
| Name | Remove |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/GenericQuadTree.h |
| Include Path | #include "GenericQuadTree.h" |
bool Remove
(
const ElementType & Instance,
const FBox2D & Box
)