ECursorMoveMethod

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.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss