Navigation
API > API/Editor > API/Editor/UnrealEd
ELevelViewportType
| Name | ELevelViewportType |
| Type | enum |
| Header File | /Engine/Source/Editor/UnrealEd/Classes/Editor/UnrealEdTypes.h |
| Include Path | #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_OrthoTop = LVT_OrthoXY,
LVT_OrthoLeft = LVT_OrthoXZ,
LVT_OrthoFront = LVT_OrthoNegativeYZ,
LVT_OrthoBack = LVT_OrthoYZ,
LVT_OrthoBottom = LVT_OrthoNegativeXY,
LVT_OrthoRight = LVT_OrthoNegativeXZ,
LVT_MAX = 8,
LVT_None = 255,
}
Values
| Name | Remarks |
|---|---|
| LVT_OrthoXY | Top |
| LVT_OrthoXZ | Right |
| LVT_OrthoYZ | Back |
| LVT_Perspective | |
| LVT_OrthoFreelook | |
| LVT_OrthoNegativeXY | Bottom |
| LVT_OrthoNegativeXZ | Left |
| LVT_OrthoNegativeYZ | Front |
| LVT_OrthoTop | Alias semantic meaning of viewport types for orthographic views Top |
| LVT_OrthoLeft | Left |
| LVT_OrthoFront | Front |
| LVT_OrthoBack | Back |
| LVT_OrthoBottom | Bottom |
| LVT_OrthoRight | Right |
| LVT_MAX | |
| LVT_None |