Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/TQuadTree
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/GenericQuadTree.h |
| Include | #include "GenericQuadTree.h" |
void Insert
&40;
const ElementType & Element,
const FBox2D & Box,
const TCHAR &42; DebugContext
&41;
Remarks
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.