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
&40;
TFunctionRef< TexelValueType(int64 LinearIdx)> BeginTexel,
TFunctionRef< void(int64 LinearIdx, float Weight, TexelValueType &)> AccumulateTexel,
TFunctionRef< void(int64 LinearIdx, float Weight, TexelValueType &)> CompleteTexel,
TFunctionRef< void(int64 LinearIdx, TexelValueType &)> WriteTexel,
TFunctionRef< float(const FVector2i &TexelOffset)> WeightFunction,
int32 FilterWidth,
TArray< TexelValueType > & PassBuffer
&41; const