Navigation
API > API/Developer > API/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
(
uint8 R, |