Can I position a gizmo without moving the object?

I just started using it. I imported a model from Sketchup. And the gizmo is about 1000 meters away from the group. Can I re position it so it is under or at the center of the house (group)?

It is possible to move the pivot point in engine using the middle mouse button, but it’s temporary.

Recommend solutions include:

  1. Fixing it in a modelling app, such as Blender

  2. Getting a plugin like

https://www.unrealengine.com/marketplace/en-US/product/pivot-tool

EDIT: As of 2024, you can also move the pivot using the modelling tools.

1 Like

Gizmo and pivots are different thing. Gizmo is just representation of pivot. If you want to change pivot location, you need to move vertices.

I am working on a runtime pivot system with position vertex buffers. Right now I can move vertices but I need to fix calculation to retain object’s original location.

In my previous plugin I used Editable Meshes but it only works on 4.27. Because
Epic deprecated editable mesh and changed it to “Dynamic Mesh” in UE5 and it doesn’t support non-editor builds / packaged projects. Because MeshConversion API (Static Mesh to Mesh Description to Dynamic Mesh) doesn’t support non-editor builds.

So, you waited couple months. Just wait couple weeks :smiley: