UAutomationControllerSettings

Implements the Editor's user settings.

Windows
MacOS
Linux

Inheritance Hierarchy

UObjectBase

UObjectBaseUtility

UObject

UAutomationControllerSettings

References

Module

AutomationController

Header

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

Include

#include "AutomationControllerSettings.h"

Syntax

class UAutomationControllerSettings : public UObject

Remarks

Implements the Editor's user settings.

Variables

Name Description

Public variable

bool

 

bSuppressLogErrors

Whether to suppress log from test results (default=false)

Public variable

bool

 

bSuppressLogWarnings

Whether to suppress log warnings from test results (default=false)

Public variable

bool

 

bTreatLogWarningsAsTestErrors

Whether to treat log warnings as test errors (default=true)

Public variable

float

 

CheckTestIntervalSeconds

How long to wait between test updates (default=1sec)

Public variable

float

 

GameInstanceLostTimerSeconds

The maximum response wait time for detecting a lost game instance (default=300sec)

Public variable

TArray< FAutoma...

 

Groups

List of user-defined test groups

Constructors

Name Description

Public function

UAutomationControllerSettings

(
    const FObjectInitializer& ObjectIn...
)

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