Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Slate/Public/Widgets/Text/ISlateEditableTextWidget.h |
Include |
#include "Widgets/Text/ISlateEditableTextWidget.h" |
enum ECursorMoveMethod
{
Cardinal,
ScreenPosition,
}
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. |