Translate tool rotation issue

Appologies if this is in the wrong catagory but I’m having an issue with the translate tool in the viewport of a blueprint, I’ve had this a few times and it has just gone away when I’ve restarted the editor but today I can’t seem to get it to stop. Everytime I click on one of the axis arrows to move/translate an the moves but the entire blueprint spins uncontrolably making the translate often wrong (really really really wrong). This [video Shows what I mean.

Is this a known problem?
Is there a way to fix it?

Thanks

- YouTube

Put a scene component in First the add Mesh and Trigger Box,

See how that goes.

Does that blueprint have construction events set up to randomise the rotation? That would have the effect you’re seeing – each you move an in the viewport the constructor is called again and the blueprint rotation would be randomised again.

If that’s the case then you can turn off the construction script while editing placements, or you can use the global space translation rather than local space (one of the icons up the top - I think it’s the cube one, change it to the world icon.)

Thanks for that, you were exactly right I have a random rotation in the construction script as the building is spawned at random in my game world. All I did was break the link on the first node, compile and was able to drag the translate arrows where I want them.

Again thanks for that :slight_smile: