Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Misc
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Misc/AutomationTest.h |
| Include | #include "Misc/AutomationTest.h" |
Syntax
struct FAutomationScreenshotCompareResults
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bWasNew | ||
| bool | bWasSimilar | ||
| FString | ErrorMessage | ||
| double | GlobalDifference | ||
| FString | IncomingFilePath | ||
| double | MaxLocalDifference | ||
| FString | ReportApprovedFilePath | ||
| FString | ReportComparisonFilePath | ||
| FString | ReportIncomingFilePath | ||
| FString | ScreenshotPath | ||
| FGuid | UniqueId |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FAutomationScreenshotCompareResults
(
FGuid InUniqueId, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FAutomationEvent |