Navigation
API > API/Runtime > API/Runtime/Slate
| |
|
| Name |
ECursorMoveMethod |
| Type |
enum |
| Header File |
/Engine/Source/Runtime/Slate/Public/Widgets/Text/ISlateEditableTextWidget.h |
| Include Path |
#include "Widgets/Text/ISlateEditableTextWidget.h" |
Syntax
enum ECursorMoveMethod
{
Cardinal,
ScreenPosition,
}
Values
| Name |
Remarks |
| Cardinal |
Move in one of the cardinal directions e.g. arrow left, right, up, down |
| ScreenPosition |
Move the cursor to the correct character based on the given screen position. |