In this unreal engine tutorial, I am going to show you how to disable game character inputs and enable the UI inputs and make the mouse visible when we open the inventory UI in the game. So the player will be able to interact with the ui using the mouse pointer. After we close the inventory, usual character control inputs will be enabled back and mouse pointer will disappear. The inventory can be close with the close button in the ui or with a key input. So, I will show how to enable keyboard inputs on the UI widgets as well.
password : codelikeme_inputmodes