Navigation
API > API/Runtime > API/Runtime/Slate
| |
|
| Name |
SlateEditableTextTypes::ECursorAlignment |
| Type |
enum |
| Header File |
/Engine/Source/Runtime/Slate/Public/Widgets/Text/SlateEditableTextTypes.h |
| Include Path |
#include "Widgets/Text/SlateEditableTextTypes.h" |
Syntax
namespace SlateEditableTextTypes
{
enum ECursorAlignment
{
Left,
Right,
}
}
Values
| Name |
Remarks |
| 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 |