Navigation
Unreal Engine C++ API Reference > Runtime > Core > Internationalization
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Internationalization/Text.h |
Include | #include "Internationalization/Text.h" |
Syntax
namespace TextBiDi
{
enum ETextDirection
&123;
LeftToRight,
RightToLeft,
Mixed,
&125;
}
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