A new struct
Transform
(inspired by Unreal Engine's FTransform) should combine
Location
,
Rotation
and
Scale
into a single structure.
New methods could be introduced:
  • BaseActor:SetTransform(Transform)
  • BaseActor:GetTransform() -> Transform