Hello,
I’m trying to use Common Ui plugin to handle, well all my Ui.
Of course, I have fallen at the first hurdle.
I’ve followed a few tutorials and done most of the work with data tables and button blueprint thingys.
I have a simple interaction system, using an interface. When my Interact message pops up I want the gamepad to focus the button and for the player to simply press that button (displayed gamepad icon) and then to handle my interact logic.
My Interact button is the same as Jump and so when this message is active/visible/enabled or however it is called within Common Ui I’d like the player to not be able to jump also but still be able to move around.
So, a simple task seemingly what I’m struggling with is I can’t actually tell the game that it should now be hilighting the button displayed on the Interact message, once it pops up.
Any help appreciated.
In game scenario Player arrives at a door, message pops up “A - Interact” player presses A on Gamepad, door opens or displays say a “locked” message, player doesn’t jump, interact message goes, player continues through the level.