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/TextLineHighlight.h |
| Include | #include "Framework/Text/TextLineHighlight.h" |
Syntax
struct FTextLineHighlight
Variables
| Type | Name | Description | |
|---|---|---|---|
| TSharedRef< ILineHighlighter > | Highlighter | ||
| int32 | LineIndex | ||
| FTextRange | Range | ||
| int32 | ZOrder |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FTextLineHighlight
(
int32 InLineIndex, |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator!=
(
const FTextLineHighlight& Other |
||
| bool | operator==
(
const FTextLineHighlight& Other |