How to blend player camera and give ability to rotate camera

Hello, I want to make a hiding system (under the table, if you’re interested).

I know how to blend player camera under the table, but I don’t know how to let player rotate camera. It’s just a static camera now. I’ve also tried to use enhanced input action IA_Look event, but it doesn’t work :pensive:

I also recorded a video but it has a very bad quality lol

1 Like

You need to make the blending to a pawn ( with a camera ). Then you can put the rotation code in the pawn.

When you’re done hiding, you can blend back, and repossess the player.

Thank you very much! :smile:

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.