Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/SMultiLineEditableText
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void InsertTextAtCursor
(
const FText& InText |
Insert the given text at the current cursor position, correctly taking into account new line characters | Widgets/Text/SMultiLineEditableText.h | |
void InsertTextAtCursor
(
const FString& InString |
Widgets/Text/SMultiLineEditableText.h |
InsertTextAtCursor(const FText &)
Description
Insert the given text at the current cursor position, correctly taking into account new line characters
| Name | InsertTextAtCursor |
| Type | function |
| Header File | /Engine/Source/Runtime/Slate/Public/Widgets/Text/SMultiLineEditableText.h |
| Include Path | #include "Widgets/Text/SMultiLineEditableText.h" |
| Source | /Engine/Source/Runtime/Slate/Private/Widgets/Text/SMultiLineEditableText.cpp |
void InsertTextAtCursor
(
const FText & InText
)
InsertTextAtCursor(const FString &)
| Name | InsertTextAtCursor |
| Type | function |
| Header File | /Engine/Source/Runtime/Slate/Public/Widgets/Text/SMultiLineEditableText.h |
| Include Path | #include "Widgets/Text/SMultiLineEditableText.h" |
| Source | /Engine/Source/Runtime/Slate/Private/Widgets/Text/SMultiLineEditableText.cpp |
void InsertTextAtCursor
(
const FString & InString
)