Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Framework > API/Runtime/Slate/Framework/Text > API/Runtime/Slate/Framework/Text/FTextLayout
References
| Module | Slate |
| Header | /Engine/Source/Runtime/Slate/Public/Framework/Text/TextLayout.h |
| Include | #include "Framework/Text/TextLayout.h" |
Syntax
struct FTextOffsetLocations
Remarks
A mapping between the offsets into the text as a flat string (with line-breaks), and the internal lines used within a text layout
Functions
| Type | Name | Description | |
|---|---|---|---|
| int32 | |||
| FTextLocation | OffsetToTextLocation
(
const int32 InOffset |
||
| int32 | TextLocationToOffset
(
const FTextLocation& InLocation |