unreal.MaterialParameterInfo¶
- class unreal.MaterialParameterInfo(name: Name = 'None', association: MaterialParameterAssociation = Ellipsis, index: int = 0)¶
Bases:
StructBaseMaterial Parameter Info
C++ Source:
Module: Engine
File: MaterialParameters.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 blendindex(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: