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