Hi all. I’m currently attempting to make a sitting system for my first person game. It doesn’t need to be special at all, in fact all I want to do is hide the character, stop keyboard input and view target blend into where the camera is in my bench blueprint. As you can see from the attached screenshots, I have a blueprint that spawns two cameras in set locations on the bench, and when you interact it blends to the proper camera. The issue I’m facing is that regardless of the Spawn Transform of the camera actor, it always seems to spawn at 0,0,0. How can I get the cameras to spawn locally in respect to the blueprint?
Also, once it blends I still have movement over the first person character rather than mouse movement of the new camera. How can I disable the input on the FP character and allow it on the camera? Thank you in advance!