Navigation
API > API/Runtime > API/Runtime/SlateCore
| Name | ETextOverflowDirection |
| Type | enum |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Rendering/DrawElementTextOverflowArgs.h |
| Include Path | #include "Rendering/DrawElementTextOverflowArgs.h" |
Syntax
enum ETextOverflowDirection
{
NoOverflow,
LeftToRight,
RightToLeft,
}
Values
| Name | Remarks |
|---|---|
| NoOverflow | No overflow. |
| LeftToRight | Left justification overflow. |
| RightToLeft | Right justification overflow. |