Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/Image > API/Runtime/GeometryCore/Image/FImageOccupancyMap
References
| Module | GeometryCore |
| Header | /Engine/Source/Runtime/GeometryCore/Public/Image/ImageOccupancyMap.h |
| Include | #include "Image/ImageOccupancyMap.h" |
template<typename TexelValueType>
void ParallelProcessingPass
(
TFunctionRef < TexelValueType LinearIdx)> BeginTexel,
TFunctionRef < void LinearIdx, float Weight, TexelValueType &)> AccumulateTexel,
TFunctionRef < void LinearIdx, float Weight, TexelValueType &)> CompleteTexel,
TFunctionRef < void LinearIdx, TexelValueType &)> WriteTexel,
TFunctionRef < float &TexelOffset)> WeightFunction,
int32 FilterWidth,
TArray < TexelValueType > & PassBuffer
) const