Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/Spatial > API/Runtime/GeometryCore/Spatial/TDenseGrid3 > API/Runtime/GeometryCore/Spatial/TDenseGrid3/ProcessValue
References
| Module | GeometryCore |
| Header | /Engine/Source/Runtime/GeometryCore/Public/Spatial/DenseGrid3.h |
| Include | #include "Spatial/DenseGrid3.h" |
template<typename ProcessFunc>
void ProcessValue
&40;
int32 X,
int32 Y,
int32 Z,
ProcessFunc Func
&41;
Remarks
Call an external lambda with a reference to the grid value at (X,Y,Z). Called as Func(ElemType&), so the caller can both read and write the grid cell