Choose your operating system:
Windows
macOS
Linux
| UObjectBase
|
Module |
|
Header |
/Engine/Source/Runtime/AutomationTest/Public/AutomationTestExcludelist.h |
Include |
#include "AutomationTestExcludelist.h" |
class UAutomationTestExcludelist : public UObject
Name | Description | |
---|---|---|
|
UAutomationTestExcludelist() |
Name | Description | ||
---|---|---|---|
|
AddToExcludeTest ( |
||
|
UAutomationT... |
Get() |
|
|
GetConfigFilename() |
||
|
FAutomationT... |
GetExcludeTestEntry ( |
|
|
IsTestExcluded |
||
|
const void |
LoadConfig() |
It is called automatically when CDO is created, usually you don't need to call LoadConfig manually. |
|
RemoveFromExcludeTest ( |
||
|
SaveConfig() |
Name | Description | ||
---|---|---|---|
|
OverrideConfigSection ( |
Allows Non-PerObjectConfig classes, to override the ini section name used for loading config settings |
|
|
PostInitProperties() |
Called after the C++ constructor and after the properties have been initialized, including those loaded from config. |