unreal.RigVMFunction_MathQuaternionUnaryOp

class unreal.RigVMFunction_MathQuaternionUnaryOp(value: Quat = Ellipsis, result: Quat = Ellipsis)

Bases: RigVMFunction_MathQuaternionBase

The base class for all unary quaternion math operations

C++ Source:

  • Plugin: RigVM

  • Module: RigVM

  • File: RigVMFunction_MathQuaternion.h

Editor Properties: (see get_editor_property/set_editor_property)

  • result (Quat): [Read-Write] The result of the operation

  • value (Quat): [Read-Write] The input value

property result: Quat

[Read-Only] The result of the operation

Type:

(Quat)

property value: Quat

[Read-Write] The input value

Type:

(Quat)