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 FInterchangeImportSettings
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bShowImportDialog | If enabled, the import option dialog will show when interchange import. | |
| FName | DefaultPipelineStack | Specifies which pipeline stack Interchange should use by default. | |
| TSoftClassPtr< UInterchangePipelineConfigurationBase > | ImportDialogClass | Specifies the class that should be used to define the configuration dialog that Interchange shows on import. | |
| TMap< FName, FInterchangePipelineStack > | PipelineStacks | Configures the pipeline stacks that are available when importing assets with Interchange. |