Navigation
API > API/Runtime > API/Runtime/AutomationTest
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UAutomationTestExcludelist
References
| Module | AutomationTest |
| Header | /Engine/Source/Runtime/AutomationTest/Public/AutomationTestExcludelist.h |
| Include | #include "AutomationTestExcludelist.h" |
Syntax
class UAutomationTestExcludelist : public UObject
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | AddToExcludeTest
(
const FString& TestName, |
||
| UAutomationTestExcludelist * | Get () |
||
| FString | |||
| FAutomationTestExcludelistEntry * | GetExcludeTestEntry
(
const FString& TestName, |
||
| bool | IsTestExcluded
(
const FString& TestName, |
||
| const void | LoadConfig () |
It is called automatically when CDO is created, usually you don't need to call LoadConfig manually. | |
| void | RemoveFromExcludeTest
(
const FString& TestName |
||
| void | SaveConfig () |
Overridden from UObject
| Type | Name | Description | |
|---|---|---|---|
| void | OverrideConfigSection
(
FString& SectionName |
Allows Non-PerObjectConfig classes, to override the ini section name used for loading config settings | |
| void | Called after the C++ constructor and after the properties have been initialized, including those loaded from config. |