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 (BlueprintType, Meta=(DisplayName="Reimport a file"))
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. If only one such asset was imported, this is unambiguous. | |
| bool | bSaveThenReloadImportedAssets | Determines 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 |