Navigation
API > API/Runtime > API/Runtime/Engine
Holds FProperty names and values to customize factory settings
| Name | FImportFactorySettingValues |
| Type | struct |
| Header File | /Engine/Source/Runtime/Engine/Classes/Tests/AutomationTestSettings.h |
| Include Path | #include "Tests/AutomationTestSettings.h" |
Syntax
USTRUCT ()
struct FImportFactorySettingValues
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| SettingName | FString | The name of the FProperty to change | Tests/AutomationTestSettings.h |
|
| Value | FString | The value to apply to the FProperty | Tests/AutomationTestSettings.h |
|