Navigation
API > API/Runtime > API/Runtime/AutomationMessages > API/Runtime/AutomationMessages/FAutomationWorkerImageComparison-
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FAutomationWorkerImageComparisonResults
(
FGuid InInstanceId |
AutomationWorkerMessages.h | ||
FAutomationWorkerImageComparisonResults
(
FGuid InInstanceId, |
AutomationWorkerMessages.h |
FAutomationWorkerImageComparisonResults(FGuid)
| Name | FAutomationWorkerImageComparisonResults |
| Type | function |
| Header File | /Engine/Source/Runtime/AutomationMessages/Public/AutomationWorkerMessages.h |
| Include Path | #include "AutomationWorkerMessages.h" |
FAutomationWorkerImageComparisonResults
(
FGuid InInstanceId
)
FAutomationWorkerImageComparisonResults(FGuid, FGuid, const FString &, bool, bool, double, double, const FString &, const FString &, const FString &, const FString &, const FString &)
| Name | FAutomationWorkerImageComparisonResults |
| Type | function |
| Header File | /Engine/Source/Runtime/AutomationMessages/Public/AutomationWorkerMessages.h |
| Include Path | #include "AutomationWorkerMessages.h" |
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
)