Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/SSuggestionTextBox
Description
Sets an optional error string.
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/SSuggestionTextBox.h |
| Include Path | #include "Widgets/Input/SSuggestionTextBox.h" |
void SetError
(
const FString & InError
)
Parameters
| Name | Remarks |
|---|---|
| InError | The error string to set. |