InputAxis dont detect pressed button

I was trying to make a camera movement with a pawn, from youtube tutorial, but it doesnt work with me. Basically, InputAxis always spawn 0 even when i press their keys.
I tried to make it with branches/boolean, but it doesnt work.
What i am doing wrong?

How do you know it’s 0. Hook up a prints string node there and see if it prints. Or just use the debug filter and watch it (not)fire. Is the pawn cast successful?

It all looks fine at a glance, btw.