Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Widgets > API/Runtime/Slate/Widgets/Text
Inheritance Hierarchy
- ILineHighlighter
- ISlateLineHighlighter
- FTextSelectionHighlighter
References
| Module | Slate |
| Header | /Engine/Source/Runtime/Slate/Public/Widgets/Text/SlateEditableTextTypes.h |
| Include | #include "Widgets/Text/SlateEditableTextTypes.h" |
Syntax
class FTextSelectionHighlighter : public ISlateLineHighlighter
Remarks
Run highlighter used to draw selection ranges
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bHasKeyboardFocus | True if the parent widget has keyboard focus, false otherwise |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| TSharedRef< FTextSelectionHighlighter > | Create () |
||
| void | SetHasKeyboardFocus
(
const bool bInHasKeyboardFocus |
Overridden from ISlateLineHighlighter
| Type | Name | Description | |
|---|---|---|---|
| int32 | OnPaint
(
const FPaintArgs& Args, |