Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/SlateCore/Public/Rendering/DrawElementPayloads.h |
Include |
#include "Rendering/DrawElementPayloads.h" |
enum ETextOverflowDirection
{
NoOverflow,
LeftToRight,
RightToLeft,
}
Name |
Description |
---|---|
NoOverflow |
No overflow. |
LeftToRight |
Left justification overflow. |
RightToLeft |
Right justification overflow. |