Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/SErrorText
| Name | FArguments |
| Type | struct |
| Header File | /Engine/Source/Runtime/Slate/Public/Widgets/Notifications/SErrorText.h |
| Include Path | #include "Widgets/Notifications/SErrorText.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< SErrorText >
Inheritance Hierarchy
- FSlateBaseNamedArgs → TSlateBaseNamedArgs → SErrorText::FArguments
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FArguments() |
Widgets/Notifications/SErrorText.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| WidgetArgsType | FArguments | Widgets/Notifications/SErrorText.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
WidgetArgsType & AutoWrapText
(
const TAttribute< bool >& InAttribute |
Widgets/Notifications/SErrorText.h | ||
WidgetArgsType & BackgroundColor
(
const TAttribute< FSlateColor >& InAttribute |
Widgets/Notifications/SErrorText.h | ||
WidgetArgsType & ErrorText
(
FText InArg |
Widgets/Notifications/SErrorText.h | ||
WidgetArgsType & Font
(
const TAttribute< FSlateFontInfo >& InAttribute |
Widgets/Notifications/SErrorText.h |