SlateEditableTextTypes::ECursorAlignment

Choose your operating system:

Windows

macOS

Linux

References

Module

Slate

Header

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

Include

#include "Widgets/Text/SlateEditableTextTypes.h"

Syntax

namespace SlateEditableTextTypes
{
    enum ECursorAlignment
    {
        Left,
        Right,
    }
}

Values

Name

Description

Left

Visually align the cursor to the left of the character its placed at, and insert text before the character

Right

Visually align the cursor to the right of the character its placed at, and insert text after the character