TQuadTree::Remove

Removes 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

bool Remove
(
    const ElementType & Instance,
    const FBox2D & Box
)

Remarks

Removes an object of type ElementType with an associated 2D box of size Box (log n). Does not cleanup tree

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