Navigation
API > API/Plugins > API/Plugins/InterchangeTests
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UInterchangeImportTestStepBase
- UInterchangeImportTestStepReimport
References
| Module | InterchangeTests |
| Header | /Engine/Plugins/Tests/InterchangeTests/Source/InterchangeTests/Public/InterchangeImportTestStepReimport.h |
| Include | #include "InterchangeImportTestStepReimport.h" |
Syntax
UCLASS&40;BlueprintType, Meta&61;&40;DisplayName&61;"Reimport a file"&41;&41;
class UInterchangeImportTestStepReimport : public UInterchangeImportTestStepBase
Variables
| Type | Name | Description | |
|---|---|---|---|
| FString | AssetNameToReimport | If there were multiple assets of the above type imported, specify the concrete name here | |
| TSubclassOf< UObject > | AssetTypeToReimport | The type of the asset to reimport. | |
| bool | bSaveThenReloadImportedAssets | Whether imported assets should be saved and freshly reloaded after import | |
| FFilePath | SourceFileToReimport | 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 |