Navigation
API > API/Runtime > API/Runtime/InterchangeEngine
| Name | FInterchangeContentImportSettings |
| Type | struct |
| Header File | /Engine/Source/Runtime/Interchange/Engine/Public/InterchangeProjectSettings.h |
| Include Path | #include "InterchangeProjectSettings.h" |
Syntax
USTRUCT (BlueprintType )
struct FInterchangeContentImportSettings : public FInterchangeImportSettings
Inheritance Hierarchy
- FInterchangeImportSettings → FInterchangeContentImportSettings
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| DefaultPipelineStackOverride | TMap< EInterchangeTranslatorAssetType, FName > | Specifies a different pipeline stack for Interchange to use by default when importing specific types of assets. | InterchangeProjectSettings.h |
|
| ShowImportDialogOverride | TMap< EInterchangeTranslatorAssetType, FInterchangeDialogOverride > | InterchangeProjectSettings.h |
|