How do I scroll through buttons with a gamepad

I currently have a simple Horizontal Box with a few buttons, and it works as intended with a mouse. However, I would like to scroll through these buttons with a gamepad. For instance, pressing D-Pad Down would highlight the top-most button and scroll through them until it reaches the bottom. I have found several gamepad UI tutorials but none seem to address this.

Hey @anonymous_user_a002689d,

I found a great non-Epic-affiliated tutorial which covers this exact topic. Note that this is part 2 in a series of tutorials for building gamepad UI, but this particular video shows how to build a function and scroll through different options using the D-Pad on a gamepad.

I hope this video helps, and good luck!

1 Like