Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/Spatial > API/Runtime/GeometryCore/Spatial/TBasicBlockedDenseGrid3
| Type | Name | Description | |
|---|---|---|---|
| void | ProcessValue
(
const FVector3i& CellIJK, |
Call an external lambda with a reference to the grid value at CellIJK. | |
| void | ProcessValue
(
int32 I, |
Call an external lambda with a reference to the grid value at (I,J,K). |