The mesh of CameraActor or CineCameraActor isn't visible in cinematic viewport

I have started a UE5 project using a Blank template from FILM/VIDEO & LIVE EVENTS. Then, I am playing with various CineCameraActors. One thing that I noticed is that the mesh of CineCameraActor doesn’t show up when I choose Cinematic Viewport from Viewport Type. The mesh is visible when I change to use Default Viewport. Is this by design or am I using a wrong option somewhere? Any help would be highly appreciate!

1 Like

The viewport has a GameView option which gets rid of all the icons and meshes we have for representing actors.

However if you would like to have your CameraActor’s mesh to be seen in the GameView as well you can disable the Camera Mesh Hidden in Game parameter on the CameraActor.
image

1 Like