Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/Spatial > API/Runtime/GeometryCore/Spatial/TBlockedGrid3
| Type | Name | Description | |
|---|---|---|---|
| void | SetValueWithLock
(
const FVector3i& CellIJK, |
Set the grid value at CellIJK, with user supplied locking in the form of a function of the form FCriticalSection& CriticalSectionProvider(id) | |
| void | SetValueWithLock
(
int32 I, |
Set the grid value at (I,J,K), with user supplied locking in the form of a function of the form FCriticalSection& CriticalSectionProvider(id) |