ECursorAction

Windows
MacOS
Linux

References

Module

Slate

Header

/Engine/Source/Runtime/Slate/Public/Widgets/Text/ISlateEditableTextWidget.h

Include

#include "Widgets/Text/ISlateEditableTextWidget.h"

Syntax

enum ECursorAction
{
    MoveCursor,
    SelectText,
}

Values

Name

Description

MoveCursor

Just relocate the cursor.

SelectText

Move the cursor and select any text that it passes over.

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