Navigation
API > API/Runtime > API/Runtime/Engine
| Name | EVerticalTextAligment |
| Type | enum |
| Header File | /Engine/Source/Runtime/Engine/Classes/Components/TextRenderComponent.h |
| Include Path | #include "Components/TextRenderComponent.h" |
Syntax
enum EVerticalTextAligment
{
EVRTA_TextTop,
EVRTA_TextCenter,
EVRTA_TextBottom,
EVRTA_QuadTop,
}
Values
| Name | Remarks |
|---|---|
| EVRTA_TextTop | |
| EVRTA_TextCenter | |
| EVRTA_TextBottom | |
| EVRTA_QuadTop |