Take Recorder not recording Camera Rotation

I am trying to record my character via the Take Recorder. The character is using a spring arm for camera lag and rotation lag.

When I hit record it is only recording the movement, but not the rotation of the spring arm.
After setting the ‘Use Pawn Control Rotation’ to true in the camera settings it works fine and also records the rotation, but the lag isn’t working anymore.

Any ideas how to get it recording the rotation with camera/rotation lag enabled?

By default,camera rotation are not stored on pawn actor,but you can check the “Use Controller Rotation Yaw” in pawn settings,so the pawn actor can have a copy of camera rotation thus can be recorded.