UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
UE::Geometry::TMarchingPixelInfill< PixelType > Member List

This is the complete list of members for UE::Geometry::TMarchingPixelInfill< PixelType >, including all inherited members.

ApplyInfill(TImageBuilder< OtherPixelType > &Image, TFunctionRef< OtherPixelType(OtherPixelType SumOfNbrValues, int NbrCount)> NormalizeFunc) constUE::Geometry::TMarchingPixelInfill< PixelType >inline
ApplyInfill(TImageBuilder< PixelType > &Image, TFunctionRef< PixelType(PixelType SumOfNbrValues, int NbrCount)> NormalizeFunc) constUE::Geometry::TMarchingPixelInfill< PixelType >inline
ComputeInfill(TImageBuilder< PixelType > &Image, const TArray< FVector2i > &MissingPixels, PixelType MissingValue, TFunctionRef< PixelType(PixelType SumOfNbrValues, int NbrCount)> NormalizeFunc)UE::Geometry::TMarchingPixelInfill< PixelType >inline
InfillSequenceUE::Geometry::TMarchingPixelInfill< PixelType >