Navigation
API > API/Runtime > API/Runtime/InterchangeEngine
| Name | FInterchangeImportSettings |
| Type | struct |
| Header File | /Engine/Source/Runtime/Interchange/Engine/Public/InterchangeProjectSettings.h |
| Include Path | #include "InterchangeProjectSettings.h" |
Syntax
USTRUCT (BlueprintType )
struct FInterchangeImportSettings
Derived Classes
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bShowImportDialog | bool | Show the options dialog when Interchange imports. | InterchangeProjectSettings.h |
|
| bShowReimportDialog | bool | Show the options dialog when Interchange reimports. | InterchangeProjectSettings.h |
|
| DefaultPipelineStack | FName | Specifies which pipeline stack Interchange should use by default. | InterchangeProjectSettings.h |
|
| ImportDialogClass | TSoftClassPtr< UInterchangePipelineConfigurationBase > | Specifies the class that should be used to define the configuration dialog that Interchange shows on import. | InterchangeProjectSettings.h |
|
| PipelineStacks | TMap< FName, FInterchangePipelineStack > | Configures the pipeline stacks that are available when importing assets with Interchange. | InterchangeProjectSettings.h |
|