Hello!
I am trying to figure out how to make different camera transitions within my project. I have 3 different cameras I want to be able to transition to and from. The first is the basic 3rd person camera that always faces “north”. Its basically a fixed camera that is unaffected by player movement as it will always face the same direction and follow the player. I have another fixed camera that is transitioned to via trigger box, that pans the camera and it stays entirely fixed, I would like player movement to be affected by this, basically being that the direction the camera is facing is what “forward” facing is. Lastly I have a targeting camera, which when pressing the target button will focus on an object, and affect player movement by allowing the player to strafe around. The main issue I am having is transition back and forth between all the cameras, and keeping the player and camera directions cohesive. I need helping with making sure the directions and player movement are affected or unaffected in each camera setting. When I transition from targeting back to player camera, the camera keeps the direction that the player is facing after untargeting, rather than snapping back to face that “north direction”. Similarly, transition from any camera to the fixed camera, I cant transition back at all.
Thank you in advance. Any help at all would be appreciated!!
Ive attached some of my BPs so that a rough idea of what I have going on right now can be visualized!