When I want press button I must click double

1 Like

how are you setting input mode? what kind of scripts are you using? whats the context? give us some kind of information to work with.

well ya post the screenshots hard to tell where your problem is by looking at nothing

Thank you for reply, but Im totaly beginer, so I dont use any scripts, Im using only blueprints, I can upload photo of my settings or more photos. Context is: when i press ESC it opens widget what I create, but I cant click any buttons when I click on them. I must click once to activate input a second to click the button. What Im doing wrong?

yup need to see what youve done to be able to help. also the term script can be used in the context of blueprint as well its like saying how youve done things. programs work on a series of instructions much like a play is a series of lines.

1 Like

nothing special, just most basic way to open widget

Likely some kind of focusing issue.

Some things to check.

  1. What input mode you are using
  2. Make sure the widget focusable is marked true
  3. Carefully check your widget layout - make sure nothing is overlapping what you are needing to interact with
  4. If needed, change the ZOrder to bump the intractable item in front of another item

265816-focusinputnodes.png

265817-focusinputnodes2.png

265818-focusinputnodes3.png

265819-focusinputnodes4.png

After you create your hud promote the return value to a variable and set it now get drag the variable in and get it right click and convert to valid get and stick that right off P and follow screen shot for the rest of the details !!

Ok so I think I have something to help you

Thank you! Its working nicely, but when I close that widget what I opneded before, I cant open it again.

after you remove from parent set the pause menu and and leave it blank so it nulls the widget from reference

Thank you, i did some corrections and it works perfect! Thank you very much :slight_smile:

no problem can you mark it as resolved