Navigation
API > API/Runtime > API/Runtime/HeadMountedDisplay
The Spectator Screen Mode controls what the non-vr video device displays on platforms that support one. Not all modes are universal. Modes SingleEyeCroppedToFill, Texture, and MirrorPlusTexture are supported on all. Disabled is supported on all except PSVR.
| Name | ESpectatorScreenMode |
| Type | enum |
| Header File | /Engine/Source/Runtime/HeadMountedDisplay/Public/HeadMountedDisplayTypes.h |
| Include Path | #include "HeadMountedDisplayTypes.h" |
Syntax
enum ESpectatorScreenMode
{
UMETA =(DisplayName = "Disabled"),
UMETA =(DisplayName = "SingleEyeLetterboxed"),
UMETA =(DisplayName = "Undistorted"),
UMETA =(DisplayName = "Distorted"),
UMETA =(DisplayName = "SingleEye"),
UMETA =(DisplayName = "SingleEyeCroppedToFill"),
UMETA =(DisplayName = "Texture"),
UMETA =(DisplayName = "TexturePlusEye"),
}
Values
| Name | Remarks |
|---|---|
| UMETA | |
| UMETA | |
| UMETA | |
| UMETA | |
| UMETA | |
| UMETA | |
| UMETA | |
| UMETA |