Space bar not working in 5.0.3?

Hi,

I would like to see simple as working for space bar to print a string to “Hello” but it doesn’t work or happen to get a message when pressed to space bar…

What I have missing here ? How to activate for keyboard to detect to key ?

The input queue is processed from top to bottom. What are the chances you’ve placed Space Bar in another actor or the Player Controller. If those two entities get to it first, they’ll consume it.


There is also a chance the viewport is not in focus. As in, you may need to click somewhere in the game window first if you’re working with bare defaults.

1 Like

Thank you, Everynone !