Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/Spatial > API/Runtime/GeometryCore/Spatial/TBlockedDenseGrid3
| Type | Name | Description | |
|---|---|---|---|
| void | SetValueThreadSafe
(
const FVector3i& CellIJK, |
Set the grid value at CellIJK, with internal locking, so it is safe to call this from multiple read & write threads | |
| void | SetValueThreadSafe
(
int32 I, |
Set the grid value at (I,J,K), with internal locking, so it is safe to call this from multiple read & write threads |