Navigation
API > API/Runtime > API/Runtime/Engine
Holds settings for the asset import / export automation test
| Name | FEditorImportExportTestDefinition |
| Type | struct |
| Header File | /Engine/Source/Runtime/Engine/Classes/Tests/AutomationTestSettings.h |
| Include Path | #include "Tests/AutomationTestSettings.h" |
Syntax
USTRUCT ()
struct FEditorImportExportTestDefinition
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bSkipExport | bool | If true, the export step will be skipped | Tests/AutomationTestSettings.h |
|
| ExportFileExtension | FString | The file extension to use when exporting | Tests/AutomationTestSettings.h |
|
| FactorySettings | TArray< FImportFactorySettingValues > | Settings for the import factory | Tests/AutomationTestSettings.h |
|
| ImportFilePath | FFilePath | The file to import | Tests/AutomationTestSettings.h |
|