UE4.15 UMG trying to access buttons in separate box.

Hi all.

What I am trying to do is match a layout design I was given which required 3 page buttons: top Horizontal Box, and a return button: Bottom Horizontal Box, as identified below.

This setup works to a limited degree, I can acces the return button, only when the far right button: Solution is in user focus, all other buttons are unable to access it, which I want to happen, so you can access the return option from any button.

I tried placing the return button in the same horizontal box and applied padding or changed alignment, but it wouldn’t be picked up by the controller.

Any advice on how to fix this?

Cheers.

Kieran.

Are you talking about Keyboard/Controller navigation? If so Select all of your 3 Buttons scroll down until you see Navigation. Chage the Down from Escape to Explicit and type in ResumeButton. Now you can navigiate downwards directly to your ResumeButton and the left/right will still navigate to the 3 buttons at the top.

Thank you so much, I can’t believe it was that simple haha