TQuadTree::GetElements

Given a 2D box, returns an array of elements within the box.

Windows
MacOS
Linux

References

Module

Engine

Header

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

Include

#include "GenericQuadTree.h"

Syntax

template<typename ElementAllocatorType>
void GetElements
(
    const FBox2D & Box,
    TArray< ElementType, ElementAllocatorType > & ElementsOut
) const

Remarks

Given a 2D box, returns an array of elements within the box. There will not be any duplicates in the list.

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