Navigation
API > API/Runtime > API/Runtime/Slate
| Name | FTextLineHighlight |
| Type | struct |
| Header File | /Engine/Source/Runtime/Slate/Public/Framework/Text/TextLineHighlight.h |
| Include Path | #include "Framework/Text/TextLineHighlight.h" |
Syntax
struct FTextLineHighlight
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FTextLineHighlight
(
int32 InLineIndex, |
Framework/Text/TextLineHighlight.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Highlighter | TSharedRef< ILineHighlighter > | Framework/Text/TextLineHighlight.h | ||
| LineIndex | int32 | Framework/Text/TextLineHighlight.h | ||
| Range | FTextRange | Framework/Text/TextLineHighlight.h | ||
| ZOrder | int32 | Framework/Text/TextLineHighlight.h |
Functions
Public
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator!=
(
const FTextLineHighlight& Other |
Framework/Text/TextLineHighlight.h | ||
bool operator==
(
const FTextLineHighlight& Other |
Framework/Text/TextLineHighlight.h |