HI, i am trying to make Main Menu of Settings when I press “H”. Here is image:
Here is blueprint:
Then I want to press button "Resume’ to go back into game (Widget Blueprint):
It all works just when i press resume, I can’t move my character.
I think solution is simple but I cant find it!
Thank for reply!
Hey @nejcfilipic!
I think your issue is the “Set Input Mode” usage here.
When you pause, you want to set it to “UI Only”. There is no need for that first node “Game Only” after your “H Pressed Event”.
OnClicked (ResumeButton) should end with “Set Input Mode Game Only” instead of UI only. 
Give that a try and then if that works, but you need help with toggling with only the H key I can help with that as well.
I don’t actually think “Set Ignore Move Input” is actually doing anything here? I have never used it, I always use “Enable Input” which has a True/False on it.
Thanks that worked! But…
When I use Enabel input
it give me BP error! I think this is because blueprint is on Widget Blueprint not main character BP.
Is there any solution to connect Target to BP?
Sure is!
Use “Get Player Character” and plug that into “Target”! 
Glad to be of help!