Navigation
API > API/Plugins > API/Plugins/InterchangeTests
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UInterchangeImportTestStepBase
- UInterchangeImportTestStepImport
References
| Module | InterchangeTests |
| Header | /Engine/Plugins/Tests/InterchangeTests/Source/InterchangeTests/Public/InterchangeImportTestStepImport.h |
| Include | #include "InterchangeImportTestStepImport.h" |
Syntax
UCLASS&40;BlueprintType, Meta&61;&40;DisplayName&61;"Import a file"&41;&41;
class UInterchangeImportTestStepImport : public UInterchangeImportTestStepBase
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bEmptyDestinationFolderPriorToImport | Whether the destination folder should be emptied prior to import | |
| bool | bImportIntoLevel | Whether we should use the import into level workflow | |
| bool | bSaveThenReloadImportedAssets | Whether imported assets should be saved and freshly reloaded after import | |
| TArray< TObjectPtr< UInterchangePipelineBase > > | PipelineStack | The pipeline stack to use when importing (an empty array will use the defaults) | |
| FFilePath | SourceFile | The source file to import (path relative to the json script) |
Overridden from UInterchangeImportTestStepBase
| Type | Name | Description | |
|---|---|---|---|
| FTestStepResults | FinishStep
(
FInterchangeImportTestData& Data, |
||
| FString | |||
| TTuple< UE::Interchange::FAssetImportResultPtr, UE::Interchange::FSceneImportResultPtr > | StartStep
(
FInterchangeImportTestData& Data |