How to move UMG Widget with joystick?

I’m getting close, I managed to move a little white box that represents the cursor or token but it only moves by roughly 1 or 2 pixels up and down and I’m not sure why. http://i.imgur.com/pR1DNJz.png This is my current blueprint for it

This works wonderfully although I actually used a different method seen in this thread

I hope anyone who searches can find either of these as it’s super useful to know! :slight_smile:

you need to add the desired translationinput to the current translation of your widget.


I hope this helps :slight_smile: