Event tick not firing in C++ top down

Hey ,

Thanks for the feedback. This must of been an oversight for the team who put together the TopDown project. I have introduced a issue ticket for it. You can follow it here:

https://issues.unrealengine.com/issue/UE-37914

You can also fix the issue yourself by add the following to the bottom of the Tick( ) function in the [YourTopDownName]Character.cpp file:

Super::Tick( DeltaSeconds );