Navigation
API > API/Runtime > API/Runtime/AutomationTest
| Name | UAutomationTestPlatformSettings |
| Type | class |
| Header File | /Engine/Source/Runtime/AutomationTest/Public/AutomationTestPlatform.h |
| Include Path | #include "AutomationTestPlatform.h" |
Syntax
UCLASS (Abstract, MinimalAPI)
class UAutomationTestPlatformSettings : public UObject
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UAutomationTestPlatformSettings
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UAutomationTestPlatformSettings() |
AutomationTestPlatform.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| PlatformName | FString | AutomationTestPlatform.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FString GetConfigFilename() |
AutomationTestPlatform.h | ||
const FString & GetPlatformName() |
AutomationTestPlatform.h | ||
void LoadConfig() |
AutomationTestPlatform.h |
Overridden from UObject
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual const TCHAR * GetConfigOverridePlatform() |
AutomationTestPlatform.h | ||
virtual void OverrideConfigSection
(
FString& SectionName |
AutomationTestPlatform.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FString GetSectionName() |
AutomationTestPlatform.h | ||
virtual void InitializeSettingsDefault() |
AutomationTestPlatform.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static UAutomationTestPlatformSettings * Create
(
TSubclassOf< UAutomationTestPlatformSettings > SettingsClass, |
AutomationTestPlatform.h |