![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <TextLayout.h>
Public Member Functions | |
| SLATE_API int32 | TextLocationToOffset (const FTextLocation &InLocation) const |
| SLATE_API FTextLocation | OffsetToTextLocation (const int32 InOffset) const |
| SLATE_API int32 | GetTextLength () const |
Friends | |
| class | FTextLayout |
A mapping between the offsets into the text as a flat string (with line-breaks), and the internal lines used within a text layout
| int32 FTextLayout::FTextOffsetLocations::GetTextLength | ( | ) | const |
| FTextLocation FTextLayout::FTextOffsetLocations::OffsetToTextLocation | ( | const int32 | InOffset | ) | const |
| int32 FTextLayout::FTextOffsetLocations::TextLocationToOffset | ( | const FTextLocation & | InLocation | ) | const |
|
friend |