Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/Spatial > API/Runtime/GeometryCore/Spatial/TPointHashGrid2
References
| Module | GeometryCore |
| Header | /Engine/Source/Runtime/GeometryCore/Public/Spatial/PointHashGrid2.h |
| Include | #include "Spatial/PointHashGrid2.h" |
void UpdatePointUnsafe
(
const PointDataType & Value,
const TVector2 < RealType > & OldPosition,
const TVector2 < RealType > & NewPosition
)
Remarks
Move value from old to new position, without locking / thread-safety
Parameters
| Name | Description |
|---|---|
| Value | the point/value to update |
| OldPosition | the current position associated with this value |
| NewPosition | the new position for this value |