UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FAutomationWorkerImageComparisonResults Struct Reference

#include <AutomationWorkerMessages.h>

+ Inheritance diagram for FAutomationWorkerImageComparisonResults:

Public Member Functions

 FAutomationWorkerImageComparisonResults (FGuid InInstanceId=FGuid{})
 
 FAutomationWorkerImageComparisonResults (FGuid InInstanceId, FGuid InUniqueId, const FString &InScreenshotPath, bool InIsNew, bool InAreSimilar, double InMaxLocalDifference, double InGlobalDifference, const FString &InErrorMessage, const FString &InIncomingFilePath, const FString &InReportComparisonFilePath, const FString &InReportApprovedFilePath, const FString &InReportIncomingFilePath)
 

Public Attributes

FGuid UniqueId
 
FString ScreenshotPath
 
bool bNew
 
bool bSimilar
 
double MaxLocalDifference
 
double GlobalDifference
 
FString ErrorMessage
 
FString IncomingFilePath
 
FString ReportComparisonFilePath
 
FString ReportApprovedFilePath
 
FString ReportIncomingFilePath
 
- Public Attributes inherited from FAutomationWorkerMessageBase
FGuid InstanceId = FGuid{}
 

Detailed Description

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

Constructor & Destructor Documentation

◆ FAutomationWorkerImageComparisonResults() [1/2]

FAutomationWorkerImageComparisonResults::FAutomationWorkerImageComparisonResults ( FGuid  InInstanceId = FGuid{})
inline

◆ FAutomationWorkerImageComparisonResults() [2/2]

FAutomationWorkerImageComparisonResults::FAutomationWorkerImageComparisonResults ( FGuid  InInstanceId,
FGuid  InUniqueId,
const FString &  InScreenshotPath,
bool  InIsNew,
bool  InAreSimilar,
double  InMaxLocalDifference,
double  InGlobalDifference,
const FString &  InErrorMessage,
const FString &  InIncomingFilePath,
const FString &  InReportComparisonFilePath,
const FString &  InReportApprovedFilePath,
const FString &  InReportIncomingFilePath 
)
inline

Member Data Documentation

◆ bNew

bool FAutomationWorkerImageComparisonResults::bNew

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

◆ bSimilar

bool FAutomationWorkerImageComparisonResults::bSimilar

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

◆ ErrorMessage

FString FAutomationWorkerImageComparisonResults::ErrorMessage

◆ GlobalDifference

double FAutomationWorkerImageComparisonResults::GlobalDifference

◆ IncomingFilePath

FString FAutomationWorkerImageComparisonResults::IncomingFilePath

◆ MaxLocalDifference

double FAutomationWorkerImageComparisonResults::MaxLocalDifference

◆ ReportApprovedFilePath

FString FAutomationWorkerImageComparisonResults::ReportApprovedFilePath

◆ ReportComparisonFilePath

FString FAutomationWorkerImageComparisonResults::ReportComparisonFilePath

◆ ReportIncomingFilePath

FString FAutomationWorkerImageComparisonResults::ReportIncomingFilePath

◆ ScreenshotPath

FString FAutomationWorkerImageComparisonResults::ScreenshotPath

The path of the screenshot.

◆ UniqueId

FGuid FAutomationWorkerImageComparisonResults::UniqueId

The unique id for the comparison.


The documentation for this struct was generated from the following file: