Navigation
API > API/Runtime > API/Runtime/AutomationTest
| Name | UAutomationTestExcludelistConfig |
| Type | class |
| Header File | /Engine/Source/Runtime/AutomationTest/Public/AutomationTestExcludelist.h |
| Include Path | #include "AutomationTestExcludelist.h" |
Syntax
UCLASS (Config=Engine, defaultconfig, MinimalAPI)
class UAutomationTestExcludelistConfig : public UAutomationTestPlatformSettings
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UAutomationTestPlatformSettings → UAutomationTestExcludelistConfig
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| EntriesHash | FSHAHash | Keep track of any changes | AutomationTestExcludelist.h | |
| ExcludeTest | TArray< FAutomationTestExcludelistEntry > | AutomationTestExcludelist.h |
|
|
| PlatformName | FString | AutomationTestExcludelist.h | ||
| SavedEntriesHash | FSHAHash | Hash of what was last saved | AutomationTestExcludelist.h | |
| TaskTrackerURLBase | FString | AutomationTestExcludelist.h |
|
|
| TaskTrackerURLHashtag | FString | AutomationTestExcludelist.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void AddEntry
(
const FAutomationTestExcludelistEntry& Entry |
AutomationTestExcludelist.h | ||
const TArray< FAutomationTestExcludelistEntry > & GetEntries() |
AutomationTestExcludelist.h | ||
FString GetTaskTrackerURLBase() |
AutomationTestExcludelist.h | ||
FString GetTaskTrackerURLHashtag() |
AutomationTestExcludelist.h | ||
void LoadTaskTrackerProperties() |
AutomationTestExcludelist.h | ||
void Reset() |
AutomationTestExcludelist.h | ||
void SaveConfig() |
AutomationTestExcludelist.h |
Protected
Overridden from UAutomationTestPlatformSettings
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FString GetSectionName() |
AutomationTestExcludelist.h | ||
virtual void InitializeSettingsDefault() |
AutomationTestExcludelist.h |
Overridden from UObject
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void PostInitProperties() |
AutomationTestExcludelist.h |