I think adding a new struct called Transform that combines location, rotation, and scale would be great
New methods could be introduced:
  • BaseActor:SetTransform(Transform)
  • BaseActor:GetTransform() -> Transform