How to rotate camera?

I’m trying to enter a state where the player freezes all movement and rotates his head down to read a book. All i need is for the camera to rotate from wherever the player is looking to x:0 y-40 z:0 (This is how i think i can achieve this, just by rotating the camera down)

You might want to look at using the node ‘Find Look at Rotation’.

Camera SetRotation , but the camera rotation it’s updated latenly so check booleans, as for rotation of the camera in Player pawn/character… So you should check that to and playercontroller variables, about the camera.

Thanks @Jimminy_Cricket that was helpful but i ended up just rotating the camera using the AddLocalRotation Node