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
struct FTextDirectionInfo
Remarks
A single complex layout entry. Defines the starting position, length, and reading direction for a sub-section of text
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
int32 | Length | |
![]() |
int32 | StartIndex | |
![]() |
ETextDirection | TextDirection |