unreal.RigVMFunction_MathQuaternionToRotator

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

Bases: RigVMFunction_MathQuaternionBase

Retrieves the rotator

C++ Source:

  • Plugin: RigVM

  • Module: RigVM

  • File: RigVMFunction_MathQuaternion.h

Editor Properties: (see get_editor_property/set_editor_property)

  • result (Rotator): [Read-Write] The rotator representation of the rotation

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

property result: Rotator

[Read-Only] The rotator representation of the rotation

Type:

(Rotator)

property value: Quat

[Read-Write] The input quaternion

Type:

(Quat)