Trouble setting up Bound Action Bar using CommonUI

Recently I started playing around with common UI in one of my projects, I have set up everything necessary to make the Common Bound Action Bar work, I started by creating a MappingContext for the main menu actions.

I also registered those actions in my menu’s c++ class.

the problem is that sometimes when I enter to the main menu the actions don’t show on the bar, and when they show up, If I push any widget to the screen (Even on other stacks) and deactivate it to go back to the main menu the actions are gone.

This is what it should look like:

Bound Action Bar:


Bound Button:

MainMenu UI:

ServerBrowser UI(just to show what the pushed widgets look like):

It appears to me that there is an issue using bound action bars with enhanced input support on. In the Lyra project for example, the options screen should look like the image here with a bottom action bar showing. If you enable enhanced input support the action bar will not display even when the B_CommonInputData is updated for input actions. I am dealing with this issue as well and just wanted to provide additional context in hopes that someone knows a solution.