Navigation
API > API/Developer > API/Developer/MaterialBaking
References
| Module | MaterialBaking |
| Header | /Engine/Source/Developer/MaterialBaking/Public/MaterialBakingHelpers.h |
| Include | #include "MaterialBakingHelpers.h" |
Syntax
class FMaterialBakingHelpers
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | PerformShrinking
(
TArray< FColor >& InOutPixels, |
Shrinks the array to a single pixel if the entire output is monochrome. | |
| 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. | |
| 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. |