Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/Spatial > API/Runtime/GeometryCore/Spatial/TDenseGrid3
| Type | Name | Description | |
|---|---|---|---|
| void | ProcessValue
(
const FVector3i& CellCoords, |
Call an external lambda with a reference to the grid value at (X,Y,Z). | |
| void | ProcessValue
(
int32 X, |
Call an external lambda with a reference to the grid value at (X,Y,Z). |