Navigation
API > API/Developer > API/Developer/AutomationController
Intermediate structure for calculating how complete a automation test is
| Name | FAutomationCompleteState |
| Type | struct |
| Header File | /Engine/Source/Developer/AutomationController/Public/IAutomationReport.h |
| Include Path | #include "IAutomationReport.h" |
Syntax
struct FAutomationCompleteState
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FAutomationCompleteState() |
IAutomationReport.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| NumDisabledTestsCouldntBeRun | uint32 | IAutomationReport.h | ||
| NumDisabledTestsFailed | uint32 | IAutomationReport.h | ||
| NumDisabledTestsPassed | uint32 | Stats for disabled tests | IAutomationReport.h | |
| NumDisabledTestsWarnings | uint32 | IAutomationReport.h | ||
| NumEnabledInProcess | uint32 | IAutomationReport.h | ||
| NumEnabledTestsCouldntBeRun | uint32 | IAutomationReport.h | ||
| NumEnabledTestsFailed | uint32 | IAutomationReport.h | ||
| NumEnabledTestsPassed | uint32 | Stats for enabled tests. | IAutomationReport.h | |
| NumEnabledTestsWarnings | uint32 | IAutomationReport.h | ||
| TotalEnabled | uint32 | IAutomationReport.h |