unreal.RigVMFunction_MathTransformMul¶
- class unreal.RigVMFunction_MathTransformMul(a: Transform = Ellipsis, b: Transform = Ellipsis, result: Transform = Ellipsis)¶
Bases:
RigVMFunction_MathTransformBinaryAggregateOpReturns 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] The first value for the operationb(Transform): [Read-Write] The second value for the operationresult(Transform): [Read-Write] The resulting value