Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/TQuadTree
Description
Inserts an object of type ElementType with an associated 2D box of size Box (log n). Pass in a DebugContext so when an issue occurs the log can report what requested this insert.
| Name | Insert |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/GenericQuadTree.h |
| Include Path | #include "GenericQuadTree.h" |
void Insert
(
const ElementType & Element,
const FBox2D & Box,
const TCHAR * DebugContext
)