Navigation
API > API/Runtime > API/Runtime/InterchangeEngine
References
| Module | InterchangeEngine |
| Header | /Engine/Source/Runtime/Interchange/Engine/Public/InterchangeProjectSettings.h |
| Include | #include "InterchangeProjectSettings.h" |
Syntax
USTRUCT ()
struct FInterchangePipelineStack
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< FInterchangeTranslatorPipelines > | PerTranslatorPipelines | Specifies a different list of pipelines for this stack to use when importing data from specific translators. | |
| TArray< FSoftObjectPath > | Pipelines | The list of pipelines in this stack. The pipelines are executed in fixed order, from top to bottom. |