unreal.EulerTransform

class unreal.EulerTransform(location: Vector = Ellipsis, rotation: Rotator = Ellipsis, scale: Vector = Ellipsis)

Bases: StructBase

Euler Transform

C++ Source:

  • Module: AnimationCore

  • File: EulerTransform.h

Editor Properties: (see get_editor_property/set_editor_property)

  • location (Vector): [Read-Write] The translation of this transform

  • rotation (Rotator): [Read-Write] The rotation of this transform

  • scale (Vector): [Read-Write] The scale of this transform

property location: Vector

[Read-Write] The translation of this transform

Type:

(Vector)

property rotation: Rotator

[Read-Write] The rotation of this transform

Type:

(Rotator)

property scale: Vector

[Read-Write] The scale of this transform

Type:

(Vector)