Skip to content

CopyObjectTransformToUnreal

BleuRaven edited this page Jun 7, 2026 · 1 revision

Useful Commands

In Unreal Engine Panel -> Tools -> Object
You can found button to copy the transform to Unreal Engine.
Button Location

Click to copy the transform data to clipboard, then you can paste it in Unreal Engine Editor property with Left Shift + Left Click.

Copy Paste Example

Details about blender transform to unreal

object Basic rule for object transform conversion:

  • Location: (X, Y, Z) -> (X, -Y, Z)
  • Rotation: Blender XYZ -> Unreal Roll/Pitch/Yaw with Y and Z inverted
  • Scale: keep XYZ, apply scene unit scale
  • Units: multiply location by 100 (meters -> centimeters)

camera Camera follows the same base idea, with an extra camera orientation correction before export.

  • Location: (X, Y, Z) -> (X, -Y, Z)
  • Rotation: exported as Roll, Pitch, Yaw (Pitch and Yaw inverted)
  • Scale: camera scale uses scene unit scale (and camera display size for export)
  • Units: multiply location by 100 (meters -> centimeters)

Clone this wiki locally