ELevelViewportType

ELevelViewportType

Windows
MacOS
Linux

References

Module

UnrealEd

Header

/Engine/Source/Editor/UnrealEd/Classes/Editor/UnrealEdTypes.h

Include

#include "Editor/UnrealEdTypes.h"

Syntax

enum ELevelViewportType
{
    LVT_OrthoXY            = 0,
    LVT_OrthoXZ            = 1,
    LVT_OrthoYZ            = 2,
    LVT_Perspective        = 3,
    LVT_OrthoFreelook      = 4,
    LVT_OrthoNegativeXY    = 5,
    LVT_OrthoNegativeXZ    = 6,
    LVT_OrthoNegativeYZ    = 7,
    LVT_MAX,
    LVT_None               = 255,
}

Values

Name

Description

LVT_OrthoXY

Top

LVT_OrthoXZ

Front

LVT_OrthoYZ

Left

LVT_Perspective

LVT_OrthoFreelook

LVT_OrthoNegativeXY

Bottom

LVT_OrthoNegativeXZ

Back

LVT_OrthoNegativeYZ

Right

LVT_MAX

LVT_None

Remarks

ELevelViewportType

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