SetError

Overload list

Windows
MacOS
Linux
Name Description

Public function

void

 

SetError

(
    const FText& InError
)

If InError is a non-empty string the TextBox will use the ErrorReporting widget provided during construction If no error reporting was provided, the TextBox will create a default error reporter.

Public function

void

 

SetError

(
    const FString& InError
)

If InError is a non-empty string the TextBox will use the ErrorReporting widget provided during construction If no error reporting was provided, the TextBox will create a default error reporter.

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