Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/TWrapAroundGridIndexer3
Description
Iterate across a range of indices going from the one that corresponds to RealMean to one that corresponds to RealMax. Iteration stops early if the passed function returns false.
| Name | IterateAcrossBounds |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/Util/GridIndexing3.h |
| Include Path | #include "Util/GridIndexing3.h" |
void IterateAcrossBounds
(
const TVector < RealType > & RealMin,
const TVector < RealType > & RealMax,
TFunctionRef < bool &Index)> ShouldContinue
) const