Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Widgets > API/Runtime/Slate/Widgets/Text
References
| Module | Slate |
| Header | /Engine/Source/Runtime/Slate/Public/Widgets/Text/SlateEditableTextTypes.h |
| Include | #include "Widgets/Text/SlateEditableTextTypes.h" |
Syntax
struct FUndoState
Remarks
Stores a single undo level for editable text
Variables
| Type | Name | Description | |
|---|---|---|---|
| FCursorInfo | CursorInfo | Cursor data | |
| TOptional< FTextLocation > | SelectionStart | Selection state | |
| FText | Text | Text |