TextBiDi::ETextDirection

Lists the potential reading directions for text

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Internationalization/Text.h

Include

#include "Internationalization/Text.h"

Syntax

namespace TextBiDi
{
    enum ETextDirection
    {
        LeftToRight,
        RightToLeft,
        Mixed,
    }
}

Values

Name

Description

LeftToRight

Contains only LTR text - requires simple LTR layout

RightToLeft

Contains only RTL text - requires simple RTL layout

Mixed

Contains both LTR and RTL text - requires more complex layout using multiple runs of text

Remarks

Lists the potential reading directions for text

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