![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#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{} |
Implements a message that is sent in containing a screen shot run during performance test.
|
inline |
|
inline |
| bool FAutomationWorkerImageComparisonResults::bNew |
Was this a new image we've never seen before and have no ground truth for?
| bool FAutomationWorkerImageComparisonResults::bSimilar |
Were the images similar? If they're not you should log an error.
| FString FAutomationWorkerImageComparisonResults::ErrorMessage |
| double FAutomationWorkerImageComparisonResults::GlobalDifference |
| FString FAutomationWorkerImageComparisonResults::IncomingFilePath |
| double FAutomationWorkerImageComparisonResults::MaxLocalDifference |
| FString FAutomationWorkerImageComparisonResults::ReportApprovedFilePath |
| FString FAutomationWorkerImageComparisonResults::ReportComparisonFilePath |
| FString FAutomationWorkerImageComparisonResults::ReportIncomingFilePath |
| FString FAutomationWorkerImageComparisonResults::ScreenshotPath |
The path of the screenshot.
| FGuid FAutomationWorkerImageComparisonResults::UniqueId |
The unique id for the comparison.