FAutomationCompleteState

Intermediate structure for calculating how complete a automation test is

Windows
MacOS
Linux

References

Module

AutomationController

Header

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

Include

#include "IAutomationReport.h"

Syntax

struct FAutomationCompleteState

Remarks

Intermediate structure for calculating how complete a automation test is

Variables

Name Description

Public variable

uint32

 

NumDisabledTestsCouldntBeRun

Public variable

uint32

 

NumDisabledTestsFailed

Public variable

uint32

 

NumDisabledTestsPassed

Stats for disabled tests

Public variable

uint32

 

NumDisabledTestsWarnings

Public variable

uint32

 

NumEnabledInProcess

Public variable

uint32

 

NumEnabledTestsCouldntBeRun

Public variable

uint32

 

NumEnabledTestsFailed

Public variable

uint32

 

NumEnabledTestsPassed

Stats for enabled tests.

Public variable

uint32

 

NumEnabledTestsWarnings

Public variable

uint32

 

TotalEnabled

Constructors

Name Description

Public function

FAutomationCompleteState()

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