unreal.InterchangePipelineStack

class unreal.InterchangePipelineStack(per_translator_pipelines: None = [])

Bases: StructBase

Interchange Pipeline Stack

C++ Source:

  • Module: InterchangeEngine

  • File: InterchangeProjectSettings.h

Editor Properties: (see get_editor_property/set_editor_property)

  • per_translator_pipelines (Array[InterchangeTranslatorPipelines]): [Read-Write] Specifies a different list of pipelines for this stack to use when importing data from specific translators.

  • pipelines (Array[SoftObjectPath]): [Read-Write] The list of pipelines in this stack. The pipelines are executed in fixed order, from top to bottom.

property per_translator_pipelines: None

[Read-Write] Specifies a different list of pipelines for this stack to use when importing data from specific translators.

Type:

(Array[InterchangeTranslatorPipelines])