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

#include <AutomationTest.h>

Public Member Functions

 FAutomationScreenshotCompareResults ()
 
 FAutomationScreenshotCompareResults (FGuid InUniqueId, FString InErrorMessage, double InMaxLocalDifference, double InGlobalDifference, bool InWasNew, bool InWasSimilar, FString InIncomingFilePath, FString InReportComparisonFilePath, FString InReportApprovedFilePath, FString InReportIncomingFilePath, FString InScreenshotPath)
 
CORE_API FAutomationEvent ToAutomationEvent () const
 

Public Attributes

FGuid UniqueId
 
FString ErrorMessage
 
double MaxLocalDifference = 0.0
 
double GlobalDifference = 0.0
 
bool bWasNew = false
 
bool bWasSimilar = false
 
FString IncomingFilePath
 
FString ReportComparisonFilePath
 
FString ReportApprovedFilePath
 
FString ReportIncomingFilePath
 
FString ScreenshotPath
 

Constructor & Destructor Documentation

◆ FAutomationScreenshotCompareResults() [1/2]

FAutomationScreenshotCompareResults::FAutomationScreenshotCompareResults ( )
inline

◆ FAutomationScreenshotCompareResults() [2/2]

FAutomationScreenshotCompareResults::FAutomationScreenshotCompareResults ( FGuid  InUniqueId,
FString  InErrorMessage,
double  InMaxLocalDifference,
double  InGlobalDifference,
bool  InWasNew,
bool  InWasSimilar,
FString  InIncomingFilePath,
FString  InReportComparisonFilePath,
FString  InReportApprovedFilePath,
FString  InReportIncomingFilePath,
FString  InScreenshotPath 
)
inline

Member Function Documentation

◆ ToAutomationEvent()

FAutomationEvent FAutomationScreenshotCompareResults::ToAutomationEvent ( ) const

Member Data Documentation

◆ bWasNew

bool FAutomationScreenshotCompareResults::bWasNew = false

◆ bWasSimilar

bool FAutomationScreenshotCompareResults::bWasSimilar = false

◆ ErrorMessage

FString FAutomationScreenshotCompareResults::ErrorMessage

◆ GlobalDifference

double FAutomationScreenshotCompareResults::GlobalDifference = 0.0

◆ IncomingFilePath

FString FAutomationScreenshotCompareResults::IncomingFilePath

◆ MaxLocalDifference

double FAutomationScreenshotCompareResults::MaxLocalDifference = 0.0

◆ ReportApprovedFilePath

FString FAutomationScreenshotCompareResults::ReportApprovedFilePath

◆ ReportComparisonFilePath

FString FAutomationScreenshotCompareResults::ReportComparisonFilePath

◆ ReportIncomingFilePath

FString FAutomationScreenshotCompareResults::ReportIncomingFilePath

◆ ScreenshotPath

FString FAutomationScreenshotCompareResults::ScreenshotPath

◆ UniqueId

FGuid FAutomationScreenshotCompareResults::UniqueId

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