SSuggestionTextBox::SetError

Sets an optional error string.

Windows
MacOS
Linux

References

Module

Slate

Header

/Engine/Source/Runtime/Slate/Public/Widgets/Input/SSuggestionTextBox.h

Include

#include "Widgets/Input/SSuggestionTextBox.h"

Syntax

void SetError
(
    const FString & InError
)

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

Parameter

Description

InError

The error string to set.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss