How to record camera FOV by sequence recorder

I am using the sequence recorder to record a character which contains a camera and is setted as a default pawn.
But I can only record transform of the camera. How can I record FOV of the camera?

Hi,I have the same problem

Hello, I have solved it myself.
The sequence recorder can set the properties what we want to record like the picture.

I am using a cine camera so I need to add the CineCameraComponent class.
If you are using normal camera you may find the fov property in CameraComponent class.