Navigation
API > API/Runtime > API/Runtime/InterchangeEngine
Inheritance Hierarchy
- FInterchangeImportSettings
- FInterchangeContentImportSettings
References
| Module | InterchangeEngine |
| Header | /Engine/Source/Runtime/Interchange/Engine/Public/InterchangeProjectSettings.h |
| Include | #include "InterchangeProjectSettings.h" |
Syntax
USTRUCT ()
struct FInterchangeContentImportSettings : public FInterchangeImportSettings
Variables
| Type | Name | Description | |
|---|---|---|---|
| TMap< EInterchangeTranslatorAssetType, FName > | DefaultPipelineStackOverride | Specifies a different pipeline stack for Interchange to use by default when importing specific types of assets. | |
| TMap< EInterchangeTranslatorAssetType, FInterchangeDialogOverride > | ShowImportDialogOverride | This tell interchange if the import dialog should show or not when importing a particular type of asset. |