Thank you. I see your bindings were done in the SetupPlayerInputComponent but the oddest thing in my project is that when I activated the Enhanced Input Plugin my SetupPlayerInputComponent function stoped being called. So I had to move everything to the PlayerController class and just that make everything little harder.
I have even try to debug with a breakpoint but the game doens’t call it, neither in a Pawn class