Navigation
API > API/Developer > API/Developer/ScreenShotComparisonTools
| Name | FImageTolerance |
| Type | struct |
| Header File | /Engine/Source/Developer/ScreenShotComparisonTools/Public/ImageComparer.h |
| Include Path | #include "ImageComparer.h" |
Syntax
USTRUCT ()
struct FImageTolerance
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| ImageComparer.h | |||
FImageTolerance
(
uint8 R, |
ImageComparer.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| DefaultIgnoreAntiAliasing | const FImageTolerance | ImageComparer.h | |
| DefaultIgnoreColors | const FImageTolerance | ImageComparer.h | |
| DefaultIgnoreLess | const FImageTolerance | ImageComparer.h | |
| DefaultIgnoreNothing | const FImageTolerance | ImageComparer.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Alpha | uint8 | ImageComparer.h |
|
|
| Blue | uint8 | ImageComparer.h |
|
|
| Green | uint8 | ImageComparer.h |
|
|
| IgnoreAntiAliasing | bool | ImageComparer.h |
|
|
| IgnoreColors | bool | ImageComparer.h |
|
|
| MaxBrightness | uint8 | ImageComparer.h |
|
|
| MaximumGlobalError | float | ImageComparer.h |
|
|
| MaximumLocalError | float | ImageComparer.h |
|
|
| MinBrightness | uint8 | ImageComparer.h |
|
|
| Red | uint8 | ImageComparer.h |
|