unreal.Rotator3f

class unreal.Rotator3f

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 (float): [Read-Write] Pitch: Pitch (degrees) around Y axis

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

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