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