Tick function not firing

The C++ class overrides tick in its parent class

http://i.imgur.com/IFQWMw9.png?1

Which in turn overrides tick in the ACharacter class

http://i.imgur.com/IELwNXv.png?1

From what I understand the Blueprint should automatically override its parent’s class, so I don’t know why it’s not firing.