Is it possible to create an array holding UMG Widgets?
If that is possible, is it possible to cycle between the widgets held within that array and render the current selected widget within the array to the viewport?
I created a working Gamepad system for UMG Widgets (Allows you to use the gamepad to select buttons), but the issue I’m having is that I can only select buttons while pressing in one direction (Down) if you press up, it will not work and if it does, it will only work a few times before messing up.