Blending camera component?

Hello, in my game I have a sniper rifle BP with a camera inside that BP. I want to blend the cameras between the player camera and the sniper camera. It doesn’t let me do this, as the camera is a component, and it only takes actors, Any way around this?

on your sniper rifle BP add a new variable type “camera Actor”, press on the eye and link your camera in details, change the camera position with set actor location and now you able to change your camera (sorry4my English xD)

if dont work try… in components “add Child Actor” Class : CameraActor

another opcion is make your rifle BP like a child actor of you character and use set active funtion