Has anyone figured out how to edit main menu inputs on the Lyra Front Experience?

I have a Player Controller playing music on the main menu. I’d like to press a key or game controller button to skip to the next song. I’m getting absolutely demoralized trying to figure out what would be incredibly easy outside of Lyra’s framework.

I added these lines to the LyraHUDLayout.h to allow me to make a change and set the front end experience widget to “Game and Menu” so that it could see button input, but that broke other functionality:

UPROPERTY(EditDefaultsOnly)
FDataTableRowHandle ApplyInputActionData;

It causes the mouse cursor to disappear and the controller unable to browse the main menu.

I’ve spent 6 hours over the last 2 days trying to figure this out, please point me in the right direction :frowning: