ETextFlowDirection

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

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.

If you change this enum, make sure and update CVarDefaultTextFlowDirection and GetDefaultTextFlowDirection.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss