UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
AutomationState.h File Reference
#include "UObject/Class.h"
#include "UObject/ObjectMacros.h"
#include "AutomationState.generated.h"

Go to the source code of this file.

Enumerations

enum class  EAutomationState : uint8 {
  NotRun , InProcess , Fail , Success ,
  Skipped
}
 

Functions

const FString AutomationStateToString (EAutomationState InValue)
 

Enumeration Type Documentation

◆ EAutomationState

enum class EAutomationState : uint8
strong

Enumeration of unit test status for special dialog

Enumerator
NotRun 
InProcess 
Fail 
Success 
Skipped 

Function Documentation

◆ AutomationStateToString()

const FString AutomationStateToString ( EAutomationState  InValue)
inline