EAutomationControllerModuleState::Type

Enum to indicate the state of the workers in the automation controller.

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  
    {  
        Ready,  
        Running,  
        Disabled,  
    }  
}  

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.


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library