Custom player controller ignoring input

ok figure it out. in the PlayerTick I changed “Super::Tick(DeltaTime);” to “Super::PlayerTick(DeltaTime);” and that fixed it. I originally had it as Tick because unreal was complaingn to me that PlayerTick is not right. Guess it now likes PlayerTick.

1 Like