SlateEditableTextTypes::ECursorAlignment

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

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