Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Slate/Public/Widgets/Text/SlateEditableTextTypes.h |
Include |
#include "Widgets/Text/SlateEditableTextTypes.h" |
namespace SlateEditableTextTypes
{
enum ECursorAlignment
{
Left,
Right,
}
}
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 |