unreal.RigVMFunction_MathQuaternionMul¶
- class unreal.RigVMFunction_MathQuaternionMul(a: Quat = Ellipsis, b: Quat = Ellipsis, result: Quat = Ellipsis)¶
Bases:
RigVMFunction_MathQuaternionBinaryAggregateOpReturns the product of the two values
C++ Source:
Plugin: RigVM
Module: RigVM
File: RigVMFunction_MathQuaternion.h
Editor Properties: (see get_editor_property/set_editor_property)
a(Quat): [Read-Write] The first value for the operationb(Quat): [Read-Write] The second value for the operationresult(Quat): [Read-Write] The resulting value