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