Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Widgets > API/Runtime/Slate/Widgets/Notifications
Inheritance Hierarchy
- SCompoundWidget
- IErrorReportingWidget
- SErrorHint
References
| Module | Slate |
| Header | /Engine/Source/Runtime/Slate/Public/Widgets/Notifications/SErrorHint.h |
| Include | #include "Widgets/Notifications/SErrorHint.h" |
Syntax
class SErrorHint :
public SCompoundWidget,
public IErrorReportingWidget
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Construct
(
const FArguments& InArgs |
Overridden from IErrorReportingWidget
| Type | Name | Description | |
|---|---|---|---|
| TSharedRef< SWidget > | AsWidget () |
||
| bool | HasError () |
||
| void | |||
| void |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FArguments |