Hello! I’m replacing some widgets from my project with Common UI widgets for controller navigation. It’s working well so far but I’ve run into a few issues so far and there’s not as many tutorials/help I could find online.
First of all, can I use inputs in these widgets? I’ve tried adding enhanced input actions and keyboard events but they don’t work.
Second, how can I make a scrollbox work with a gamepad? If I keep pressing down on the (in this case) buttons that are in it, it doesn’t scroll down.
Third, is there a way to remove the fade in/fade out animation when you push or remove a common UI widget?
Fourth, I have a modular settings menu, and I can focus them but I can’t focus other buttons/sliders in them. How can I fix that?