Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/SMultiLineEditableTextBox
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| If InError is a non-empty string the TextBox will the ErrorReporting provided during construction If no error reporting was provided, the TextBox will create a default error reporter. | Widgets/Input/SMultiLineEditableTextBox.h | ||
| Widgets/Input/SMultiLineEditableTextBox.h |
SetError(const FText &)
Description
If InError is a non-empty string the TextBox will the ErrorReporting provided during construction If no error reporting was provided, the TextBox will create a default error reporter.
| Name | SetError |
| Type | function |
| Header File | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SMultiLineEditableTextBox.h |
| Include Path | #include "Widgets/Input/SMultiLineEditableTextBox.h" |
| Source | /Engine/Source/Runtime/Slate/Private/Widgets/Input/SMultiLineEditableTextBox.cpp |
void SetError
(
const FText & InError
)
SetError(const FString &)
| Name | SetError |
| Type | function |
| Header File | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SMultiLineEditableTextBox.h |
| Include Path | #include "Widgets/Input/SMultiLineEditableTextBox.h" |
| Source | /Engine/Source/Runtime/Slate/Private/Widgets/Input/SMultiLineEditableTextBox.cpp |
void SetError
(
const FString & InError
)