Newbie Question: Need help with InputComponent->BindKey (I think)

I was about to suggest that you add Super::BeginPlay(). When you’re overriding virtual functions it usually a good idea to call the base class method (Super) at somepoint as it’ll normally be performing some additoinal functionality. If you don’t add it then it’ll only ever execute the code you provide and ignore everything else in the base class.