ETextFlowDirection

The different directions that text can flow within a paragraph of text.

Choose your operating system:

Windows

macOS

Linux

References

Module

Slate

Header

/Engine/Source/Runtime/Slate/Public/Framework/Text/TextLayout.h

Include

#include "Framework/Text/TextLayout.h"

Syntax

enum ETextFlowDirection
{
    Auto           = 0,
    LeftToRight,
    RightToLeft,
}

Values

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

Remarks

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.