Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/Spatial > API/Runtime/GeometryCore/Spatial/TPointHashGrid3
References
| Module | GeometryCore |
| Header | /Engine/Source/Runtime/GeometryCore/Public/Spatial/PointHashGrid3.h |
| Include | #include "Spatial/PointHashGrid3.h" |
bool RemovePoint
(
const PointDataType & Value,
const TVector < RealType > & Position
)
Remarks
Remove at given position. This function is thread-safe. true if the value existed at this position
Parameters
| Name | Description |
|---|---|
| Value | the point/value to remove |
| Position | the position associated with this value |