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