EAutomationState

Enumeration of unit test status for special dialog

Windows
MacOS
Linux

References

Module

AutomationController

Header

/Engine/Source/Developer/AutomationController/Public/IAutomationReport.h

Include

#include "IAutomationReport.h"

Syntax

enum EAutomationState
{
    NotRun,
    InProcess,
    Fail,
    Success,
    NotEnoughParticipants,
}

Values

Name

Description

NotRun

InProcess

Fail

Success

NotEnoughParticipants

Remarks

Enumeration of unit test status for special dialog

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