Navigation
API > API/Editor > API/Editor/Persona
Places that viewport text can be placed
| Name | EViewportCorner |
| Type | enum |
| Header File | /Engine/Source/Editor/Persona/Public/PersonaModule.h |
| Include Path | #include "PersonaModule.h" |
Syntax
enum EViewportCorner
{
TopLeft,
TopRight,
BottomLeft,
BottomRight,
}
Values
| Name | Remarks |
|---|---|
| TopLeft | |
| TopRight | |
| BottomLeft | |
| BottomRight |