TPS aiming camera issue

I’m working on a TPS project. As you know, most of the shooting game zoom in on the center of the screen. However, TPS will have the camera a little bit shifted so the character won’t block the sight. I’m currently implementing this with a fixing adjustment to camera’s relative location. Therefore, the center of me screen get shifted as well when aiming. I can math it out the angle issue myself but I’d like to know is there any built in function which is able to fix my problem? I’m hoping I can keep my blueprint as simple as it could.

Do you mean the built-in zoom function? If yes, then you’re probably looking for the Field of View angle, which you can get from the Camera.

Not exactly. But somehow you just gave me a new idea which is probably a better solution by adjusting FOV. Thanks a lot!!

On second thought, I still wish to know if there’s an camera boom rotation but not based on the boom itself. Or I’ll put it in this way, how do I implement camera shift like this in a easy way?

“Find Look at Rotation” This is the thing I was looking for.