unreal.MaterialExpressionBinaryOp

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

Bases: unreal.MaterialExpression

Material Expression Binary Op

C++ Source:

  • Module: Engine

  • File: MaterialExpressionBinaryOp.h

Editor Properties: (see get_editor_property/set_editor_property)

  • const_a (float): [Read-Write] Const A: only used if A is not hooked up

  • const_b (float): [Read-Write] Const B: only used if B is not hooked up

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