Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Widgets > API/Runtime/Slate/Widgets/Text
Inheritance Hierarchy
- ILineHighlighter
- ISlateLineHighlighter
- FTextCompositionHighlighter
References
| Module | Slate |
| Header | /Engine/Source/Runtime/Slate/Public/Widgets/Text/SlateEditableTextTypes.h |
| Include | #include "Widgets/Text/SlateEditableTextTypes.h" |
Syntax
class FTextCompositionHighlighter : public ISlateLineHighlighter
Remarks
Run highlighter used to draw the composition range
Variables
| Type | Name | Description | |
|---|---|---|---|
| TAttribute< const FSlateBrush * > | CompositionBrush | Brush used to draw the composition highlight |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| TSharedRef< FTextCompositionHighlighter > | Create () |
||
| void | SetCompositionBrush
(
const TAttribute< const FSlateBrush* >& InCompositionBrush |
Overridden from ISlateLineHighlighter
| Type | Name | Description | |
|---|---|---|---|
| int32 | OnPaint
(
const FPaintArgs& Args, |