Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Widgets > API/Runtime/Slate/Widgets/Input > API/Runtime/Slate/Widgets/Input/SSuggestionTextBox
References
| Module | Slate |
| Header | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSuggestionTextBox.h |
| Include | #include "Widgets/Input/SSuggestionTextBox.h" |
void SetError
&40;
const FString & InError
&41;
Remarks
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.
Parameters
| Name | Description |
|---|---|
| InError | The error string to set. |