unreal.RigVMFunction_MathMatrixBinaryOp¶
- class unreal.RigVMFunction_MathMatrixBinaryOp(a: Matrix = Ellipsis, b: Matrix = Ellipsis, result: Matrix = Ellipsis)¶
Bases:
RigVMFunction_MathMatrixBaseThe base class for all binary matrix math operations
C++ Source:
Plugin: RigVM
Module: RigVM
File: RigVMFunction_MathMatrix.h
Editor Properties: (see get_editor_property/set_editor_property)
a(Matrix): [Read-Write] The first value for the operationb(Matrix): [Read-Write] The second value for the operationresult(Matrix): [Read-Write] The resulting value