Navigation
Unreal Engine C++ API Reference > Developer > AutomationController
References
Module | AutomationController |
Header | /Engine/Source/Developer/AutomationController/Public/IAutomationControllerManager.h |
Include | #include "IAutomationControllerManager.h" |
Syntax
namespace EAutomationControllerModuleState
{
enum Type
&123;
Ready,
Running,
Disabled,
&125;
}
Values
Name | Description |
---|---|
Ready | Has workers available. |
Running | Is running tests. |
Disabled | No workers available. |
Remarks
Enum to indicate the state of the workers in the automation controller.