set Camera view

Hi,

You can do this in a few different ways. One way would be to adding two different cameras to your player’s blueprint. Enable the Auto Activate option for your first/main, but turn it off for the second one. Now, whenever you want to swap between them, change this Auto Activate boolean option for your cameras and the engine will automatically swap between them. Refer to this post to see a blueprint representation of it.

If you want a smooth transition between two different camera locations, then, instead of using two cameras, you would use only one but change its location and rotation values by some timeline node. You can again see an example of this in the comment section of the above link.

Hope this helps.