ESafeZoneType

Safezone related declarations. Used by GameViewportClient for rendering 'safe zones' on screen.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/TitleSafeZone.h

Include

#include "Engine/TitleSafeZone.h"

Syntax

enum ESafeZoneType
{
    eSZ_TOP,
    eSZ_BOTTOM,
    eSZ_LEFT,
    eSZ_RIGHT,
    eSZ_MAX,
}

Values

Name

Description

eSZ_TOP

eSZ_BOTTOM

eSZ_LEFT

eSZ_RIGHT

eSZ_MAX

Remarks

Safezone related declarations. Used by GameViewportClient for rendering 'safe zones' on screen.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss