unreal.MaterialExpressionCollectionParameter

class unreal.MaterialExpressionCollectionParameter(outer: Optional[Object] = None, name: Union[Name, str] = 'None')

Bases: MaterialExpression

Material Expression Collection Parameter

C++ Source:

  • Module: Engine

  • File: MaterialExpressionCollectionParameter.h

Editor Properties: (see get_editor_property/set_editor_property)

  • collection (MaterialParameterCollection): [Read-Write] Collection: The Parameter Collection to use.

  • desc (str): [Read-Write] Desc: A description that level designers can add (shows in the material editor UI).

  • material_expression_editor_x (int32): [Read-Write] Material Expression Editor X

  • material_expression_editor_y (int32): [Read-Write] Material Expression Editor Y

  • parameter_name (Name): [Read-Write] Parameter Name: Name of the parameter being referenced.