Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Widgets > API/Runtime/Slate/Widgets/Text
Inheritance Hierarchy
- ILineHighlighter
- ISlateLineHighlighter
- FCursorLineHighlighter
References
| Module | Slate |
| Header | /Engine/Source/Runtime/Slate/Public/Widgets/Text/SlateEditableTextTypes.h |
| Include | #include "Widgets/Text/SlateEditableTextTypes.h" |
Syntax
class FCursorLineHighlighter : public ISlateLineHighlighter
Remarks
Run highlighter used to draw the cursor
Variables
| Type | Name | Description | |
|---|---|---|---|
| TAttribute< const FSlateBrush * > | CursorBrush | Brush used to draw the cursor | |
| const FCursorInfo * | CursorInfo | Cursor data that this highlighter is tracking |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FCursorLineHighlighter
(
const FCursorInfo* InCursorInfo |
Functions
| Type | Name | Description | |
|---|---|---|---|
| TSharedRef< FCursorLineHighlighter > | Create
(
const FCursorInfo* InCursorInfo |
||
| void | SetCursorBrush
(
const TAttribute< const FSlateBrush* >& InCursorBrush |
Overridden from ISlateLineHighlighter
| Type | Name | Description | |
|---|---|---|---|
| int32 | OnPaint
(
const FPaintArgs& Args, |