UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
IErrorReportingWidget Class Referenceabstract

#include <SErrorText.h>

+ Inheritance diagram for IErrorReportingWidget:

Public Member Functions

virtual void SetError (const FString &InErrorText)=0
 
virtual void SetError (const FText &InErrorText)=0
 
virtual bool HasError () const =0
 
virtual TSharedRef< SWidgetAsWidget ()=0
 

Detailed Description

Interface for error reporting widgets.

Member Function Documentation

◆ AsWidget()

virtual TSharedRef< SWidget > IErrorReportingWidget::AsWidget ( )
pure virtual

Implemented in SErrorHint, SErrorText, and SPopupErrorText.

◆ HasError()

virtual bool IErrorReportingWidget::HasError ( ) const
pure virtual

Implemented in SErrorHint, SErrorText, and SPopupErrorText.

◆ SetError() [1/2]

virtual void IErrorReportingWidget::SetError ( const FString &  InErrorText)
pure virtual

Implemented in SErrorHint, SErrorText, and SPopupErrorText.

◆ SetError() [2/2]

virtual void IErrorReportingWidget::SetError ( const FText InErrorText)
pure virtual

Implemented in SErrorHint, SErrorText, and SPopupErrorText.


The documentation for this class was generated from the following file: