unreal.InterchangeStackInfo

class unreal.InterchangeStackInfo(stack_name: Name = 'None', pipelines: None = [])

Bases: StructBase

Interchange Stack Info

C++ Source:

  • Module: InterchangeEngine

  • File: InterchangePipelineConfigurationBase.h

Editor Properties: (see get_editor_property/set_editor_property)

  • pipelines (Array[InterchangePipelineBase]): [Read-Write]

  • stack_name (Name): [Read-Write]

property pipelines: None

[Read-Write]

Type:

(Array[InterchangePipelineBase])

property stack_name: Name

[Read-Write]

Type:

(Name)