unreal.InterchangeGenericMaterialPipeline

class unreal.InterchangeGenericMaterialPipeline(outer: Object | None = None, name: Name | str = 'None')

Bases: InterchangePipelineBase

Interchange Generic Material Pipeline

C++ Source:

  • Plugin: Interchange

  • Module: InterchangePipelines

  • File: InterchangeGenericMaterialPipeline.h

Editor Properties: (see get_editor_property/set_editor_property)

  • asset_name (str): [Read-Write] If not empty, and there is only one asset and one source data, we will name the asset with this string.

  • import_materials (bool): [Read-Write] If enabled, imports the material assets found in the sources.

  • material_import (InterchangeMaterialImportOption): [Read-Write]

  • parent_material (SoftObjectPath): [Read-Write] Optional material used as the parent when importing materials as instances. If no parent material is specified, one will be automatically selected during the import process.

  • texture_pipeline (InterchangeGenericTexturePipeline): [Read-Only]

property asset_name: str

[Read-Write] If not empty, and there is only one asset and one source data, we will name the asset with this string.

Type:

(str)

property import_materials: bool

[Read-Write] If enabled, imports the material assets found in the sources.

Type:

(bool)

property material_import: InterchangeMaterialImportOption

[Read-Write]

Type:

(InterchangeMaterialImportOption)

property parent_material: SoftObjectPath

[Read-Write] Optional material used as the parent when importing materials as instances. If no parent material is specified, one will be automatically selected during the import process.

Type:

(SoftObjectPath)

property texture_pipeline: InterchangeGenericTexturePipeline

[Read-Only]

Type:

(InterchangeGenericTexturePipeline)