FImageOccupancyMap::ParallelProcessingPass

Windows
MacOS
Linux

References

Module

GeometricObjects

Header

/Engine/Plugins/Experimental/GeometryProcessing/Source/GeometricObjects/Public/Image/ImageOccupancyMap.h

Include

#include "Image/ImageOccupancyMap.h"

Syntax

template<typename TexelValueType>
void ParallelProcessingPass
(
    TFunctionRef< TexelValueType(int64 LinearIdx)> BeginTexel,
    TFunctionRef< void LinearIdx, float Weight, TexelValueType &)> AccumulateTexel,
    TFunctionRef< void LinearIdx, float Weight, TexelValueType &)> CompleteTexel,
    TFunctionRef< void LinearIdx, TexelValueType &)> WriteTexel,
    TFunctionRef< float(const FVector2i &TexelOffset)> WeightFunction,
    int32 FilterWidth,
    TArray< TexelValueType > & PassBuffer
) const

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss