Navigation
API > API/Runtime > API/Runtime/HeadMountedDisplay
References
| Module | HeadMountedDisplay |
| Header | /Engine/Source/Runtime/HeadMountedDisplay/Public/HeadMountedDisplayTypes.h |
| Include | #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 | Description |
|---|---|
| UMETA | |
| UMETA | |
| UMETA | |
| UMETA | |
| UMETA | |
| UMETA | |
| UMETA | |
| UMETA |
Remarks
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.