Navigation
API > API/Runtime > API/Runtime/Slate
Run highlighter used to draw selection ranges
| Name | FTextSelectionHighlighter |
| Type | class |
| Header File | /Engine/Source/Runtime/Slate/Public/Widgets/Text/SlateEditableTextTypes.h |
| Include Path | #include "Widgets/Text/SlateEditableTextTypes.h" |
Syntax
class FTextSelectionHighlighter : public ISlateLineHighlighter
Implements Interfaces
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FTextSelectionHighlighter() |
Widgets/Text/SlateEditableTextTypes.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void SetHasKeyboardFocus
(
const bool bInHasKeyboardFocus |
Widgets/Text/SlateEditableTextTypes.h |
Overridden from ISlateLineHighlighter
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual int32 OnPaint
(
const FPaintArgs& Args, |
Widgets/Text/SlateEditableTextTypes.h |
Protected
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static TSharedRef< FTextSelectionHighlighter > Create() |
Widgets/Text/SlateEditableTextTypes.h |