EAutomationControllerModuleState::Type

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

Windows
MacOS
Linux

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.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss