![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <InterchangeProjectSettings.h>
Inheritance diagram for FInterchangeContentImportSettings:Public Attributes | |
| TMap< EInterchangeTranslatorAssetType, FName > | DefaultPipelineStackOverride |
| TMap< EInterchangeTranslatorAssetType, FInterchangeDialogOverride > | ShowImportDialogOverride |
Public Attributes inherited from FInterchangeImportSettings | |
| TMap< FName, FInterchangePipelineStack > | PipelineStacks |
| FName | DefaultPipelineStack = NAME_None |
| TSoftClassPtr< UInterchangePipelineConfigurationBase > | ImportDialogClass |
| bool | bShowImportDialog = true |
| bool | bShowReimportDialog = false |
| TMap<EInterchangeTranslatorAssetType, FName> FInterchangeContentImportSettings::DefaultPipelineStackOverride |
Specifies a different pipeline stack for Interchange to use by default when importing specific types of assets.
| TMap<EInterchangeTranslatorAssetType, FInterchangeDialogOverride> FInterchangeContentImportSettings::ShowImportDialogOverride |