ECursorMoveMethod

Choose your operating system:

Windows

macOS

Linux

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.