How to make the camera turn 180 Degree with a button push?

Hello, I was wondering how to make the camera turn 180 Degree with a button push and then return the camera back when button is released? Something like how Outlast does while the character is running to see what’s behind him.

If anyone is willing to help me with a step by step blueprint guide it be appreciated. :slight_smile:

Hey Desenbigh,

This is not step by step but if you would like an example on how to do this, you can add the blueprint below to the ThirdPersonCharacter Blueprint in the ThirdPerson Example. Please note that the Z axis is used here. When dealing with rotation an easy way to remember what axis you need is to remember that it rotates AROUND the axis that you are changing.

CameraTurn.png

I hope that this information helps.

Make it a great day

Thank you friend.