How to rotate first person camera?

Hi! So to make it a bit more clear… I need my first person camera to rotate to the left, lets say for 2 seconds and then get rotate back to its initial position. A perfect example is in this video: Scrutinized Normal Ending | SPOILER - YouTube (between 2:38 and 2:41)

See how the camera rotates on the right for a second? That’s exactly what i need.
If you really wanna know i will do this via TriggerBox (when my character enters the trigger box, the camera will rotate) but i have absolutely no idea how to make it work. I looked up pretty much everywhere and found nothing. Is there a simple way to do this? Please be as clear as possible if you decide to reply, as i struggle to understand this type of stuff (i’m still learning UE4).

Thank you!

What you do is have the trigger box in the room and another camera. On overlap with the box, you use a ViewTargetWithBlend node on the player controller. It looks just like the camera turns even though it’s a blend between separate cameras:

Holy Moly this actually saved my project! Thank you! It works great!