unreal.MaterialParameterInfo

class unreal.MaterialParameterInfo(name: Name = 'None', association: MaterialParameterAssociation = Ellipsis, index: int = 0)

Bases: StructBase

Material Parameter Info

C++ Source:

  • Module: Engine

  • File: MaterialTypes.h

Editor Properties: (see get_editor_property/set_editor_property)

  • association (MaterialParameterAssociation): [Read-Write] Whether this is a global parameter, or part of a layer or blend

  • index (int32): [Read-Write] Layer or blend index this parameter is part of. INDEX_NONE for global parameters.

  • name (Name): [Read-Write]

property association: MaterialParameterAssociation

[Read-Write] Whether this is a global parameter, or part of a layer or blend

Type:

(MaterialParameterAssociation)

property index: int

[Read-Write] Layer or blend index this parameter is part of. INDEX_NONE for global parameters.

Type:

(int32)

property name: Name

[Read-Write]

Type:

(Name)