Navigation
API > API/Runtime > API/Runtime/Slate
| Name | ECursorMoveGranularity |
| Type | enum |
| Header File | /Engine/Source/Runtime/Slate/Public/Widgets/Text/ISlateEditableTextWidget.h |
| Include Path | #include "Widgets/Text/ISlateEditableTextWidget.h" |
Syntax
enum ECursorMoveGranularity
{
Character,
Word,
}
Values
| Name | Remarks |
|---|---|
| Character | Move one character at a time (e.g. arrow left, right, up, down). |
| Word | Move one word at a time (e.g. ctrl is held down and arrow left/right/up/down). |