UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FInterchangeImportSettings Struct Reference

#include <InterchangeProjectSettings.h>

+ Inheritance diagram for FInterchangeImportSettings:

Public Attributes

TMap< FName, FInterchangePipelineStackPipelineStacks
 
FName DefaultPipelineStack = NAME_None
 
TSoftClassPtr< UInterchangePipelineConfigurationBaseImportDialogClass
 
bool bShowImportDialog = true
 
bool bShowReimportDialog = false
 

Member Data Documentation

◆ bShowImportDialog

bool FInterchangeImportSettings::bShowImportDialog = true

Show the options dialog when Interchange imports.

◆ bShowReimportDialog

bool FInterchangeImportSettings::bShowReimportDialog = false

Show the options dialog when Interchange reimports.

◆ DefaultPipelineStack

FName FInterchangeImportSettings::DefaultPipelineStack = NAME_None

Specifies which pipeline stack Interchange should use by default.

◆ ImportDialogClass

TSoftClassPtr<UInterchangePipelineConfigurationBase> FInterchangeImportSettings::ImportDialogClass

Specifies the class that should be used to define the configuration dialog that Interchange shows on import.

◆ PipelineStacks

TMap<FName, FInterchangePipelineStack> FInterchangeImportSettings::PipelineStacks

Configures the pipeline stacks that are available when importing assets with Interchange.


The documentation for this struct was generated from the following file: