Navigation
API > API/Developer > API/Developer/ScreenShotComparisonTools
| Name | EImageTolerancePreset |
| Type | enum |
| Header File | /Engine/Source/Developer/ScreenShotComparisonTools/Public/ImageComparer.h |
| Include Path | #include "ImageComparer.h" |
Syntax
enum EImageTolerancePreset
{
IgnoreNothing,
IgnoreLess,
IgnoreAntiAliasing,
IgnoreColors,
Custom,
}
Values
| Name | Remarks |
|---|---|
| IgnoreNothing | |
| IgnoreLess | |
| IgnoreAntiAliasing | |
| IgnoreColors | |
| Custom |