Navigation
API > API/Runtime > API/Runtime/AutomationMessages
Implements a message that is sent in containing a screen shot run during performance test.
| Name | FAutomationWorkerImageComparisonResults |
| Type | struct |
| Header File | /Engine/Source/Runtime/AutomationMessages/Public/AutomationWorkerMessages.h |
| Include Path | #include "AutomationWorkerMessages.h" |
Syntax
USTRUCT ()
struct FAutomationWorkerImageComparisonResults : public FAutomationWorkerMessageBase
Inheritance Hierarchy
- FAutomationWorkerMessageBase → FAutomationWorkerImageComparisonResults
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FAutomationWorkerImageComparisonResults
(
FGuid InInstanceId |
AutomationWorkerMessages.h | ||
FAutomationWorkerImageComparisonResults
(
FGuid InInstanceId, |
AutomationWorkerMessages.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bNew | bool | Was this a new image we've never seen before and have no ground truth for? | AutomationWorkerMessages.h |
|
| bSimilar | bool | Were the images similar? If they're not you should log an error. | AutomationWorkerMessages.h |
|
| ErrorMessage | FString | AutomationWorkerMessages.h |
|
|
| GlobalDifference | double | AutomationWorkerMessages.h |
|
|
| IncomingFilePath | FString | AutomationWorkerMessages.h |
|
|
| MaxLocalDifference | double | AutomationWorkerMessages.h |
|
|
| ReportApprovedFilePath | FString | AutomationWorkerMessages.h |
|
|
| ReportComparisonFilePath | FString | AutomationWorkerMessages.h |
|
|
| ReportIncomingFilePath | FString | AutomationWorkerMessages.h |
|
|
| ScreenshotPath | FString | The path of the screenshot. | AutomationWorkerMessages.h |
|
| UniqueId | FGuid | The unique id for the comparison. | AutomationWorkerMessages.h |
|