Switch player camera in top down template

Hi. I have looked at other answers but cannot get it to work in the Top Down template. I am making a mobile game with a button in UMG. What I want is to switch between the top down view and a second camera (over shoulder view) when the button is pushed. Blend View doesnt work and I cannot get the OnClicked to reference the cameras. I have added a second camera to the character template and created booleans to try and reference which camera I am using but have hit a brick wall.

Any help would be greatly appreciated.

Thanks

HI!

You need use three cameras. Two cameras for views and one camera for transition. Switch two cameras are easy. You activate the first camera and deactivating the second camera. Or activate the first and deactivate the second camera. But use one camera with smooth transition between two positions is a bit difficult. Easiest method use a three cameras.