When it comes to taking a screenshot of that view, I cannot directly reference the camera. What I have done is Find All Actors of Class (Cine Camera Actor) and got the [single] item in the array in a For Each loop. Whilst debugging, the name of the item is show as Child Actor … CineCamera, etc., so it is definitely referencing the correct camera.
The cine camera is a component that lives inside this new actor. And that’s why I also suggested moving any kind of camera settings / ops to the new cine actor itself.
I have a Data Table from a CSV file that I am using to locate and point the camera, then set FoV, focal length, etc., according to the data in the table. I was trying to avoid having to use BP Interfaces to shuttle data to the camera BP and keep things in sync.