Can I control the UI navigation path between buttons?

I have implemented gamepad UI navigation into my game that utilizes ‘KeyboardFocus’.
Unreal seems to create an automatic path for the navigation between buttons but it’s really awkward.
Can I change this?

Here is what my path looks like and it feels bad to navigate with a controller

yes,take look at this
20220219084104

That’s perfect, thank you!