How to disable keyboard input while TextBox in focus?

How to disable keyboard input while TextBox in focus?

If I’ll type in TextBox widget then all of pushed buttons will make events in another BluePrint with same button’s events.

Hello,

You’ll want to look into setting your input mode while the Text Box is in focus.

Take a look at the docs for the nodes that I have linked below:

You can use these as necessary and change them as you see fit that way your player will not respond to input when you are only looking for a response from UI, and vice-versa.

Have a great day