I am making a game, and I have a menu that has partial controller support, where on my Xbox controller, I can press A to go into my menus (like settings, controls), but I want to be able to then press B to get back out of that menu. Any help is appreciated
I would use CommonUI for that, it allows to go back to previous menus, has full controller support, and also allows navigation to different menus. If you go and look at setup tutorials it’s easy to get started.
Do you have a link to where I would find this? I already have a menu and do not have time to set up a new one, i mainly just need the B button to take me back to the last menu I was on
CommonUI is a built-in plugin in Unreal Engine. To setup CommonUI just follow what’s provided in UE docs with the Common UI Quickstart Guide.