TQuadTree::Insert

Inserts an object of type ElementType with an associated 2D box of size Box (log n).

Windows
MacOS
Linux

References

Module

Engine

Header

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

Include

#include "GenericQuadTree.h"

Syntax

void Insert
(
    const ElementType & Element,
    const FBox2D & Box,
    const TCHAR * DebugContext
)

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.

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