AnyKey or InputAction not printing string

Hello I have simple but annoying problem… It’s probably something that i just didn’t see but here is my problem

I want to print string when I press Any key or on Input action test when i press space bar to print string as shown above in picture

I put in Project Settings → input → Action Mapping and created Space Bar for test

Problem i’m having is no mather what I press nothing hapens while On Play Event Begin Play Plays it and it prints string “1”

This is level blueprint and I’m stuck (it’s straight forward when key pressed print string ) and i would really love to pass this problem as soon as possible

Thanks in advance…

P.S.
Also same thing happened while following Tutorial for making 2DSideScroller on [UnrealLearn][2]
while when I just import completed it works with no problem

Already tried it out with that enabled
I think you meant this one

Block input disabled
Auto receive input Player 0
Input Priority 0

Hello FreeDooomLC,

Try creating your setup in a different blueprint, such as an actor blueprint. If it is not in the level blueprint, you’ll need to set the blueprint to auto receive player input. To do this, go to the Details panel of your blueprint, and set Auto Receive Input to your player index using the drop down (default index is player 0). Give it a shot and let me know if it helps.

Since you seem to have it set up properly, I’d like to take a look at your project, or if you’d prefer to recreate the same issue in a test project, so that I can look into the issue and see exactly what is causing it. You can upload your zipped project to Google Drive or Dropbox and send me a link and I will be glad to have a look to see what the problem is. Thank you.

Found the problem… Those noobiesh problems :slight_smile:

essentially I was using Simulate and not Selected ViewPort to play… if you didnt recommend me to send you the problem i probably wouldn’t notice the difference

Thanks Again… as they say 2 heads are better than one