Editor Move Tool jumping around

Our level designer reported to me that since we moved to 4.14 the move tool had been changing the Z axis of objects even when he was only dragging using the X/Y axis of the gizmo. I thought he might have been confused by a blueprint with something in the construction script or maybe had some kind of surface snapping turned on but when I loaded up I had the same issue.

If I place an object into the world (such as a static mesh or particle system) and then try and drag it, it occasionally jumps around in any axis that it shouldn’t be moving in. It moves instantly as if snapping and when it flicks back the gizmo is no longer centered on the objects pivot it slowly separates the more you drag it around.

Hopefully this demonstrates what I mean well enough. I have reset view settings to default and cannot see any snapping settings that are enabled.

Hello mrcrocker,

I’m trying to reproduce this but not seeing the same results. Does it only snap to other objects’ locations as shown in your gif? Does it happen with completely blank assets like a freshly created particle system? Does it also happen in any project or only the one that you’re developing?

I tested in a blank project and it doesn’t seem to occur.

The object doesn’t appear to be snapping to anything specific. Here is a gif of a static mesh being moved and randomly snapping around.

and here is one of a static mesh in a blank level also randomly snapping around.

I can’t think of anything specific that could affect this. As far as custom code/plug-ins go we have only ever added Rama’s Mouse controls that lets you move the mouse using a control pad. Everything else is the Epic launcher version.

Do you have this Rama plugin enabled and can you try using this plugin in a new project to see if that could be the cause? I’ve never used his plugin so I’m not familiar with it. It’s sort of good that we’ve narrowed it down to only happening in your project. It means we can get an idea of what is causing it but it also means I likely won’t be able to reproduce it, which is bad.

I would also suggest making a copy of your project’s Config/Saved folder and then deleting the originals, in case something in the project settings is causing this.

Clearing out the saved folder appears to have fixed the problem. Thanks for your help, I don’t know what originally caused the problem but given the fix I think it is likely our use of Dropbox as a makeshift SVN caught up with us (although it has admittedly worked fine for over a year now)

1 Like

I had this same problem and I believe I found the true culprit:

Go to the Settings button above the Viewport and inside there is a selection called Enable Actor Snapping with a Distance slider directly underneath it.

Once I unchecked the button I had no further issues with the move tool

I hope this helps someone else in the future!

4 Likes

Thank you, that was indeed the cause of the problem.