unreal.MaterialParameterInfo

class unreal.MaterialParameterInfo(name='None', association=MaterialParameterAssociation.GLOBAL_PARAMETER, index=- 1)

Bases: unreal.StructBase

Material Parameter Info

C++ Source:

  • Module: Engine

  • File: MaterialLayersFunctions.h

Editor Properties: (see get_editor_property/set_editor_property)

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

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

  • name (Name): [Read-Write] Name

property association

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

Type

(MaterialParameterAssociation)

property index

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

Type

(int32)

property name

[Read-Write] Name

Type

(Name)