PlayerInputComponent->BindKey(EKeys::NumPadTwo, IE_Pressed, this, &ALCharacter::Action_Jump);
I can’t get it working, compiling keep getting unresolved external symbol.
But, it work perfectly fine on BindAction and BindAxis.
I wanna use BindKey, because the function going to be bind is just for debugging purpose, it will be phased out on final product.