Navigation
Unreal Engine C++ API Reference > Developer > ScreenShotComparisonTools
References
Module | ScreenShotComparisonTools |
Header | /Engine/Source/Developer/ScreenShotComparisonTools/Public/ImageComparer.h |
Include | #include "ImageComparer.h" |
Syntax
struct FImageTolerance
Variables
Type | Name | Description |
---|---|---|
uint8 | Alpha | |
uint8 | Blue | |
uint8 | Green | |
bool | IgnoreAntiAliasing | |
bool | IgnoreColors | |
uint8 | MaxBrightness | |
float | MaximumGlobalError | |
float | MaximumLocalError | |
uint8 | MinBrightness | |
uint8 | Red |
Constructors
Type | Name | Description |
---|---|---|
FImageTolerance () | ||
FImageTolerance ( uint8 R, uint8 G, uint8 B, uint8 A, uint8 InMinBrightness, uint8 InMaxBrightness, bool InIgnoreAntiAliasing, bool InIgnoreColors, float InMaximumLocalError, float InMaximumGlobalError ) |