Question about controller rotation Pitch.

Hey.

Im in the progress of making a 3rd person game. The thing is that i have added everything but i got one problem. When i turn on controller rotation yaw and pitch to make the character rotate when i move the mouse the whole character rotates when i take the mouse up and down not only his upper body.

How do i make it so when i move the mouse up and down only the upper body moves?

Hi,

You will want to look into animation AimOffsets I think, as it is usually handled that way. I can’t give you a link right now but just search for that, I think that is what you are looking for!

Adding to Kontur’s reply:

Take a look at the ShooterGame template, from Epic. Also, there’s ton of tutorials over the youtube that will surely guide you.