SetError

Overload list

Choose your operating system:

Windows

macOS

Linux

Name Description

Public function

void

 

SetError

(
    const FText& InError
)

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.

Public function

void

 

SetError

(
    const FString& InError
)

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.