TPointHashGrid3::IsCellEmptyUnsafe

Test if the whole cell containing Position is empty, without locking / thread-safety Can be used to skip a more expensive range search, in some cases.

Windows
MacOS
Linux

References

Module

GeometricObjects

Header

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

Include

#include "Spatial/PointHashGrid3.h"

Syntax

bool IsCellEmptyUnsafe
(
    const FVector3< RealType > & Position
)

Remarks

Test if the whole cell containing Position is empty, without locking / thread-safety 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