Following tutorial, can't rotate character

So I’m following this tutorial on creating a 2D game (I’m completely new to game development and udk, only done a little software development before), and everything goes perfect up this point in the video: where he’s making the character turn towards the direction it’s moving. I follow everything he does precisely, but all my attempts have been futile- I’ve tried adjusting all the values and experimenting, seeing if it reacts in any way, but nothing happens, regardless of what values I set for the rotation. This is what my graph is looking like in the relevant section.

Does anyone have any idea what might be going on? It makes no sense for me that the character moves like expected, but doesn’t turn, seeing as it’s relying on the same input.

Hi!

On the screenshot I am not see link line from the Add Move Input node to the Compare Float node, like in the tutorial. May be in this your problem?

Gosh, that’s embarrassing, I was so sure I didn’t miss a detail. Thanks a lot!