unreal.MaterialExpressionPinBase

class unreal.MaterialExpressionPinBase(outer=None, name='None')

Bases: unreal.MaterialExpression

Material Expression Pin Base

C++ Source:

  • Module: Engine

  • File: MaterialExpressionPinBase.h

Editor Properties: (see get_editor_property/set_editor_property)

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

  • reroute_pins (Array(CompositeReroute)): [Read-Write] Reroute Pins: Underlying reroute pins used to compile material. Must call Modify after editing to update output expressions.