Access Cine Cam world rotation (when tracking and object)

Hi,

I have a Cine Camera actor set up on a Camera Rig Rail. The camera is tracking the player using “Lookat Tracking”.

When getting the camera rotation comes out static, like -90. Even when the camera is visibly moving on the rail and rotating to track the player character.

Any thoughts on getting the correct or “post lookat tracking” rotation of the camera?

As a temporary solution I spawned an arrow component and set its location to the Cine Camera location. I then did a “find look at rotation” from the arrow position to the tracked actor (I got the actor from breaking the lookat tracking struct).

This gives me an good estimate of the rotation I guess. But it would still be cool to access the camera’s rotation.