Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/Spatial > API/Runtime/GeometryCore/Spatial/TSparseGrid3
References
| Module | GeometryCore |
| Header | /Engine/Source/Runtime/GeometryCore/Public/Spatial/SparseGrid3.h |
| Include | #include "Spatial/SparseGrid3.h" |
template<typename Func>
void RangeIteration
&40;
FVector3i MinIndex,
FVector3i MaxIndex,
Func ElementFunc
&41; const
Remarks
Iterate over existing allocated elements within the integer bounds defined by Min and Max (inclusive), and apply ElementFunc(ElementType) to each of them