Pawn mesh invisible in other viewports

Hello,

My pawn class inherits from the DefaultPawn class. It has a MeshComponent and a Camera component through which the scene is rendered. The mesh is visible in the viewport attached to the pawn, but invisible in all other viewports.
The “Only Owner See” flag on the mesh is set to false, so why can I not see it in the other viewports?

MM