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