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/ISlateEditableTextWidget.h |
| Include |
#include "Widgets/Text/ISlateEditableTextWidget.h" |
Syntax
enum ECursorMoveMethod
{
Cardinal,
ScreenPosition,
}
Values
| Name |
Description |
| 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. |