That’s just a bool variable that is set to true when you switch to 3pv and set to false when you switch back to 1pv… you want it to clamp the rotation only in 3pv which is why the bool and branch are used for checking which view you are in.
How would I set that up? One side with the bool off and the other side with the bool set to true.
Correct, when ever you switch to 1PV set the bool to false, when you switch to 3PV switch it to true, place it in line with your nodes for switching between the 2 cameras/views
Hmm, its just not working, is there anything I did wrong in the picture I sent? Or is there something in the picture you sent that was in there?
I don’t know I can’t see your setup…post a screenshot of the BP or if you’d like me to take a look at your project post a link for it and I can take a look at the whole to see what needs to be done.