Hello!
I am trying to implement this mechanic:
I have a UI image centered and I want to move this image to the left when I press Q or the the right when I press E.
Any help?
Thanks.
Hello!
I am trying to implement this mechanic:
I have a UI image centered and I want to move this image to the left when I press Q or the the right when I press E.
Any help?
Thanks.
Centred in what? In UMG parent containers create slots for the hosted widgets. How to move things depends on what they are inside of. Let’s say you have a canvas with an image:
You could then shift that image inside the canvas like so:
If in doubt, do add more details. It’s too easy to provide useless advice at the moment.