Ortographic Cinematic Camera

Hi, how can I set the cinematic camera in UE5 to an ortographic mode? There doesn’t seam to be an option for that, or I cannot find it.

Choose the cinematic camera object in the outliner.
Now, go to the Window>Details>Details 1 in the main menu.
A detail tab will appear for the cinematic camera.
Now, choose the Camera Settings - Projection Mode = Ortographic

It should work.

There isn’t a branch called “Camera Settings” on the detail pannel.

You are right. I was using the wrong camera.
The cinematic camera has the Camera Settings hidden in the script class.

[CineCameraComponent.h]
UCLASS(HideCategories = (CameraSettings),

It could work with source code modification, but I do not know if it is intended to be like this.