unreal.MaterialExpressionPhysicalMaterialOutput

class unreal.MaterialExpressionPhysicalMaterialOutput(outer: Object | None = None, name: Name | str = 'None')

Bases: MaterialExpressionCustomOutput

Custom output node to write out physical material weights.

C++ Source:

  • Plugin: RenderTrace

  • Module: RenderTrace

  • File: MaterialExpressionPhysicalMaterialOutput.h

Editor Properties: (see get_editor_property/set_editor_property)

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

  • inputs (Array[PhysicalMaterialTraceInput]): [Read-Write] Array of physical material inputs.

  • material_expression_editor_x (int32): [Read-Write]

  • material_expression_editor_y (int32): [Read-Write]