FAutomationWorkerImageComparisonResults

Implements a message that is sent in containing a screen shot run during performance test.

Windows
MacOS
Linux

References

Module

AutomationMessages

Header

/Engine/Source/Runtime/AutomationMessages/Public/AutomationWorkerMessages.h

Include

#include "AutomationWorkerMessages.h"

Syntax

struct FAutomationWorkerImageComparisonResults

Remarks

Implements a message that is sent in containing a screen shot run during performance test.

Variables

Name Description

Public variable

bool

 

bNew

Was this a new image we've never seen before and have no ground truth for?

Public variable

bool

 

bSimilar

Were the images similar? If they're not you should log an error.

Public variable

FString

 

ErrorMessage

Public variable

double

 

GlobalDifference

Public variable

double

 

MaxLocalDifference

Public variable

FGuid

 

UniqueId

The unique id for the comparison.

Constructors

Name Description

Public function

FAutomationWorkerImageComparisonResults()

Public function

FAutomationWorkerImageComparisonResults

(
    FGuid InUniqueId,
    bool InIsNew,
    bool InAreSimilar,
    double InMaxLocalDifference,
    double InGlobalDifference,
    FString InErrorMessage
)

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