FImageTolerance

Windows
MacOS
Linux

References

Module

ScreenShotComparisonTools

Header

/Engine/Source/Developer/ScreenShotComparisonTools/Public/ImageComparer.h

Include

#include "ImageComparer.h"

Syntax

struct FImageTolerance

Variables

Name Description

Public variable

uint8

 

Alpha

Public variable

uint8

 

Blue

Public variable

uint8

 

Green

Public variable

bool

 

IgnoreAntiAliasing

Public variable

bool

 

IgnoreColors

Public variable

uint8

 

MaxBrightness

Public variable

float

 

MaximumGlobalError

Public variable

float

 

MaximumLocalError

Public variable

uint8

 

MinBrightness

Public variable

uint8

 

Red

Constructors

Name Description

Public function

FImageTolerance()

Public function

FImageTolerance

(
    uint8 R,
    uint8 G,
    uint8 B,
    uint8 A,
    uint8 InMinBrightness,
    uint8 InMaxBrightness,
    bool InIgnoreAntiAliasing,
    bool InIgnoreColors,
    float InMaximumLocalError,
    float InMaximumGlobalError
)

Constants

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss