Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Widgets > API/Runtime/Slate/Widgets/Input > API/Runtime/Slate/Widgets/Input/SMultiLineEditableTextBox
| Type | Name | Description | |
|---|---|---|---|
| void | InsertTextAtCursor
(
const FText& InText |
Insert the given text at the current cursor position, correctly taking into account new line characters | |
| void | InsertTextAtCursor
(
const FString& InString |
Insert the given text at the current cursor position, correctly taking into account new line characters |