I am building a 3rd person game using the template in UE 5.4.3. Currently trying to create two separate cameras which can be toggled between (one for each shoulder). I have the first camera working fine, based on the template. I created a second spring and camera set up, and put a new coordinate set for them which should shift from one shoulder to the next.
The tab key is currently set to switch cameras. However, the left shoulder camera is not working. The perspective does not change (still have the view of the original camera), and the mouse controls cease to function. The control for the view shifts from mouse control into a situation where wads key move the camera and character. I have included my blueprint which I have been working on.
The goal is to have the tab (or whatever key is bound) shift from one shoulder perspective to the other. Please advise.