Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Framework > API/Runtime/Slate/Framework/Text
References
| Module | Slate |
| Header | /Engine/Source/Runtime/Slate/Public/Framework/Text/TextLayout.h |
| Include | #include "Framework/Text/TextLayout.h" |
Syntax
struct FTextLocation
Remarks
Location within the text model.
Constructors
| Type | Name | Description | |
|---|---|---|---|
FTextLocation
(
const int32 InLineIndex, |
|||
FTextLocation
(
const FTextLocation& InLocation, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| int32 | GetLineIndex () |
||
| int32 | GetOffset () |
||
| bool | IsValid () |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator!=
(
const FTextLocation& Other |
||
| bool | operator<
(
const FTextLocation& Other |
||
| bool | operator==
(
const FTextLocation& Other |