Navigation
API > API/Runtime > API/Runtime/InterchangeEngine
References
| Module | InterchangeEngine |
| Header | /Engine/Source/Runtime/Interchange/Engine/Public/InterchangeManager.h |
| Include | #include "InterchangeManager.h" |
Syntax
USTRUCT (BlueprintType )
struct FImportAssetParameters
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bFollowRedirectors | Tell Interchange to follow redirectors when determining the location an asset will be imported. | |
| bool | bIsAutomated | Tell Interchange that import is automated and it shouldn't present a modal window. | |
| bool | bReplaceExisting | Determies whether to overwrite existing assets. | |
| FString | DestinationName | Optional custom name for the import. | |
| TObjectPtr< ULevel > | ImportLevel | Level to import into when doing a scene import. | |
| FOnObjectImportDoneDynamic | OnAssetDone | This is called each time an asset is imported or reimported from the import call. | |
| FOnObjectImportDoneNative | OnAssetDoneNative | ||
| FOnImportDoneDynamic | OnAssetsImportDone | This is called when all the assets were imported from the source data. | |
| FOnImportDoneNative | OnAssetsImportDoneNative | ||
| FOnImportDoneDynamic | OnSceneImportDone | This is called when all the scene objects were imported from the source data. | |
| FOnImportDoneNative | OnSceneImportDoneNative | ||
| FOnObjectImportDoneDynamic | OnSceneObjectDone | This is called each time an object in the scene is imported or reimported from the import call. | |
| FOnObjectImportDoneNative | OnSceneObjectDoneNative | ||
| TArray< FSoftObjectPath > | OverridePipelines | Adding overrides tells Interchange to use the specific custom set of pipelines instead of letting the user or the system choose. | |
| TObjectPtr< UObject > | ReimportAsset | If the import is a reimport for a specific asset, set the asset to reimport here. | |
| int32 | ReimportSourceIndex | If we are doing a reimport, set the source index here. Some assets have more then one source file that each contains part of the asset content. |