Camera System

Hello, I am trying to make a camera system for my game, I have the controls and everything worked out, how to I allow input for the camera actor and disallow for the player so that they can view the camera footage and switch back to the player whenever?

Here’s what I want to happen, I want the player to be able to walk around when the player character has focus, but I want them to be able to switch to other cameras and while the other cameras have focus I want the player to be able to control them, but when I switch to the other cameras my input is disabled for them despite me enabling it for the camera actor and disabling it for the player actor, How do I achieve this?

Here’s my code:

–Camera Actor Controls

–Player Switch To Camera Controls