How can I fix that and how can I still use my Xbox one controller for punching?

I wanna know how can I set up my gamepad for punching. I had it set up to where I can looking around and move around but now I can’t move nor jump. I can only move the right stick around to look.

Hi there!

Please take a look at the documentations and tutorials for the engine:

https://docs.unrealengine.com/latest/INT/Gameplay/HowTo/SetUpInput/Blueprints/#creatingnewinputs_action/axismappings_

They will provide you the information to add new inputs (the xbox 1 controller button) and then add a c++ or blueprint function to this button. In this function you can then implement the punching animation.