Navigation
API > API/Runtime > API/Runtime/Slate
| Name | SPopupErrorText |
| Type | class |
| Header File | /Engine/Source/Runtime/Slate/Public/Widgets/Notifications/SPopUpErrorText.h |
| Include Path | #include "Widgets/Notifications/SPopUpErrorText.h" |
Syntax
class SPopupErrorText :
public SComboButton ,
public IErrorReportingWidget
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → SWidget → SPanel → SMenuAnchor → SComboButton → SPopupErrorText
- FSlateControlledConstruction → SWidget → SPanel → SMenuAnchor → SComboButton → SPopupErrorText
Implements Interfaces
Structs
| Name | Remarks |
|---|---|
| FArguments |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ErrorText | TSharedPtr< SErrorText > | Widgets/Notifications/SPopUpErrorText.h | ||
| HasErrorSymbol | TSharedPtr< SErrorText > | Widgets/Notifications/SPopUpErrorText.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Construct
(
const FArguments& InArgs |
Widgets/Notifications/SPopUpErrorText.h |
Overridden from IErrorReportingWidget
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual TSharedRef< SWidget > AsWidget() |
Widgets/Notifications/SPopUpErrorText.h | ||
virtual bool HasError() |
Widgets/Notifications/SPopUpErrorText.h | ||
| Widgets/Notifications/SPopUpErrorText.h | |||
virtual void SetError
(
const FString& InErrorText |
Widgets/Notifications/SPopUpErrorText.h |