Choose your operating system:
Windows
macOS
Linux
Name |
Description |
|
---|---|---|
|
FActiveTextEditContextMenu |
Manages the state for an active context menu |
|
FCursorInfo |
Store the information about the current cursor position |
|
FCursorLineHighlighter |
Run highlighter used to draw the cursor |
|
FMoveCursor |
Argument to the ITextEditorWidget::Move(); it decouples performing cursor movement and text highlighting actions from event handling. |
|
FScrollInfo |
Information needed to be able to scroll to a given point |
|
FSlateEditableTextLayout |
Class to handle the cached layout of SEditableText/SMultiLineEditableText by proxying around a FTextLayout |
|
FSlateTextBlockLayout |
Class to handle the cached layout of STextBlock/SRichTextBlock by proxying around a FTextLayout |
|
FTextCompositionHighlighter |
Run highlighter used to draw the composition range |
|
FTextSearchHighlighter |
Run highlighter used to draw search ranges |
|
FTextSelectionHighlighter |
Run highlighter used to draw selection ranges |
|
FUndoState |
Stores a single undo level for editable text |
|
ISlateEditableTextWidget |
Interface to allow FSlateEditableTextLayout to notify its parent SEditableText/SMultiLineEditableText of changes, as well as query some widget specific state |
|
SInlineEditableTextBlock |
Slate's InlineEditableTextBlock's are double selectable to go from a STextBlock to become SEditableTextBox. |
|
SMultiLineEditableText |
An editable text widget that supports multiple lines and soft word-wrapping. |
|
SRichTextBlock |
A rich static text widget. |
|
STextBlock |
A simple static text widget |
Name |
Description |
---|---|
FOnBeginTextEdit |