Navigation
API > API/Runtime > API/Runtime/AutomationTest
Enumeration of unit test status for special dialog
| Name | EAutomationState |
| Type | enum |
| Header File | /Engine/Source/Runtime/AutomationTest/Public/AutomationState.h |
| Include Path | #include "AutomationState.h" |
Syntax
enum EAutomationState
{
NotRun,
InProcess,
Fail,
Success,
Skipped,
}
Values
| Name | Remarks |
|---|---|
| NotRun | |
| InProcess | |
| Fail | |
| Success | |
| Skipped |