Navigation
API > API/Runtime > API/Runtime/Slate
Implements a widget that displays an error text message.
| Name | SErrorText |
| Type | class |
| Header File | /Engine/Source/Runtime/Slate/Public/Widgets/Notifications/SErrorText.h |
| Include Path | #include "Widgets/Notifications/SErrorText.h" |
Syntax
class SErrorText :
public SBorder ,
public IErrorReportingWidget
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → SWidget → SCompoundWidget → SBorder → SErrorText
- FSlateControlledConstruction → SWidget → SCompoundWidget → SBorder → SErrorText
Implements Interfaces
Structs
| Name | Remarks |
|---|---|
| FArguments |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CustomVisibility | TAttribute< EVisibility > | Widgets/Notifications/SErrorText.h | ||
| ExpandAnimation | FCurveSequence | Widgets/Notifications/SErrorText.h | ||
| Font | TAttribute< FSlateFontInfo > | Widgets/Notifications/SErrorText.h | ||
| TextBlock | TSharedPtr< class STextBlock > | Widgets/Notifications/SErrorText.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Construct
(
const FArguments& InArgs |
Widgets/Notifications/SErrorText.h |
Overridden from IErrorReportingWidget
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual TSharedRef< SWidget > AsWidget() |
Widgets/Notifications/SErrorText.h | ||
virtual bool HasError() |
Widgets/Notifications/SErrorText.h | ||
| Widgets/Notifications/SErrorText.h | |||
| Widgets/Notifications/SErrorText.h |