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 transformrotation
(Rotator): [Read-Write] The rotation of this transformscale
(Vector): [Read-Write] The scale of this transform