Updated project from 4.9 to 4.11, can't move Character

I had a project that I was initially working with in 4.9, using the FirstPersonShooter template. This all worked fine. I’ve just updated the project to 4.11 and found that my character won’t move any more. I’ve added some debug printouts which shows that the MoveForward method is being called, but nothing seems to happen. The character won’t even fall due to gravity. The components of the character are all marked as movable.

I have the same question. MoveForward calling too but nothing happening. Are you solved this problem?
Here is my question

Hello Zero One, it seems like was able to solve his issue that was similar to yours. Could you take a look at the link he provided and see if his solution works for you?

Managed to solve it. I overrode BeginPlay, but forgot to call the Super. Whoops!