unreal.RigVMFunction_MathMatrixMul

class unreal.RigVMFunction_MathMatrixMul(a: Matrix = Ellipsis, b: Matrix = Ellipsis, result: Matrix = Ellipsis)

Bases: RigVMFunction_MathMatrixBinaryAggregateOp

Returns the product of the two values

C++ Source:

  • Plugin: RigVM

  • Module: RigVM

  • File: RigVMFunction_MathMatrix.h

Editor Properties: (see get_editor_property/set_editor_property)

  • a (Matrix): [Read-Write]

  • b (Matrix): [Read-Write]

  • result (Matrix): [Read-Write]