Navigation
API > API/Developer > API/Developer/MaterialBaking
| Name | FMaterialBakingHelpers |
| Type | class |
| Header File | /Engine/Source/Developer/MaterialBaking/Public/MaterialBakingHelpers.h |
| Include Path | #include "MaterialBakingHelpers.h" |
Syntax
class FMaterialBakingHelpers
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static void PerformShrinking
(
TArray< FColor >& InOutPixels, |
Shrinks the array to a single pixel if the entire output is monochrome. | MaterialBakingHelpers.h | |
static void PerformUVBorderSmear
(
TArray< FColor >& InOutPixels, |
Applies a box blur to magenta pixels found in given texture represented by InOutPixels using non-background pixels, this creates a smear across the magenta/filled pixels. | MaterialBakingHelpers.h | |
static void PerformUVBorderSmearAndShrink
(
TArray< FColor >& InOutPixels, |
Applies a box blur to magenta pixels found in given texture represented by InOutPixels using non-background pixels, this creates a smear across the magenta/filled pixels. | MaterialBakingHelpers.h |