TPointHashGrid3::IsCellEmpty

Test if the cell containing Position is empty.

Windows
MacOS
Linux

References

Module

GeometricObjects

Header

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

Include

#include "Spatial/PointHashGrid3.h"

Syntax

bool IsCellEmpty
(
    const FVector3< RealType > & Position
)

Remarks

Test if the cell containing Position is empty. This function is thread-safe. Can be used to skip a more expensive range search, in some cases.

Returns

true if the cell containing Position is empty

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