FSparseDynamicOctree3::RangeQuery

Collect ObjectIDs from all the cells with bounding boxes that intersect Bounds

Windows
MacOS
Linux

References

Module

GeometricObjects

Header

/Engine/Plugins/Experimental/GeometryProcessing/Source/GeometricObjects/Public/Spatial/SparseDynamicOctree3.h

Include

#include "Spatial/SparseDynamicOctree3.h"

Syntax

void RangeQuery
(
    const FAxisAlignedBox3d & Bounds,
    TArray< int > & ObjectIDsOut
) const

Remarks

Collect ObjectIDs from all the cells with bounding boxes that intersect Bounds

Parameters

Parameter

Description

Bounds

query box

ObjectIDsOut

collected ObjectIDs are stored here

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