Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Slate/Public/Framework/Text/TextLayout.h |
Include |
#include "Framework/Text/TextLayout.h" |
enum ETextFlowDirection
{
Auto = 0,
LeftToRight,
RightToLeft,
}
Name |
Description |
---|---|
Auto |
Automatically detect the flow direction for each paragraph from its text |
LeftToRight |
Force text to be flowed left-to-right |
RightToLeft |
Force text to be flowed right-to-left |
The different directions that text can flow within a paragraph of text. @note If you change this enum, make sure and update CVarDefaultTextFlowDirection and GetDefaultTextFlowDirection.