unreal.RigVMFunction_MathTransformMul

class unreal.RigVMFunction_MathTransformMul(a: Transform = Ellipsis, b: Transform = Ellipsis, result: Transform = Ellipsis)

Bases: RigVMFunction_MathTransformBinaryAggregateOp

Returns the product of the two values

C++ Source:

  • Plugin: RigVM

  • Module: RigVM

  • File: RigVMFunction_MathTransform.h

Editor Properties: (see get_editor_property/set_editor_property)

  • a (Transform): [Read-Write]

  • b (Transform): [Read-Write]

  • result (Transform): [Read-Write]