Navigation
API > API/Runtime > API/Runtime/AutomationMessages
References
| Module | AutomationMessages |
| Header | /Engine/Source/Runtime/AutomationMessages/Public/AutomationWorkerMessages.h |
| Include | #include "AutomationWorkerMessages.h" |
Syntax
struct FAutomationWorkerImageComparisonResults
Remarks
Implements a message that is sent in containing a screen shot run during performance test.
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bNew | Was this a new image we've never seen before and have no ground truth for? | |
| bool | bSimilar | Were the images similar? If they're not you should log an error. | |
| FString | ErrorMessage | ||
| double | GlobalDifference | ||
| double | MaxLocalDifference | ||
| FGuid | UniqueId | The unique id for the comparison. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FAutomationWorkerImageComparisonResults
(
FGuid InUniqueId, |