unreal.Rotator3d

class unreal.Rotator3d

Bases: StructBase

An orthogonal rotation in 3d space. note: The full C++ class is located here: EngineSourceRuntimeCorePublicMathRotator.h

C++ Source:

  • Module: CoreUObject

  • File: NoExportTypes.h

Editor Properties: (see get_editor_property/set_editor_property)

  • pitch (double): [Read-Write] Pitch (degrees) around Y axis

  • roll (double): [Read-Write] Roll (degrees) around X axis

  • yaw (double): [Read-Write] Yaw (degrees) around Z axis