Help Crashing UE_LOG

I think it’s because you haven’t initialized inputBind yet. I think you need to call the constructor!
Try something like
FInputActionKeyMapping KeyMap = FInputActionKeyMapping(“jump”, FKey(“C”));