Navigation
API > API/Runtime > API/Runtime/Engine
Safezone related declarations. Used by GameViewportClient for rendering 'safe zones' on screen.
| Name | ESafeZoneType |
| Type | enum |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/TitleSafeZone.h |
| Include Path | #include "Engine/TitleSafeZone.h" |
Syntax
enum ESafeZoneType
{
eSZ_TOP,
eSZ_BOTTOM,
eSZ_LEFT,
eSZ_RIGHT,
eSZ_MAX,
}
Values
| Name | Remarks |
|---|---|
| eSZ_TOP | |
| eSZ_BOTTOM | |
| eSZ_LEFT | |
| eSZ_RIGHT | |
| eSZ_MAX |