Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/SPopupErrorText
| Name | FArguments |
| Type | struct |
| Header File | /Engine/Source/Runtime/Slate/Public/Widgets/Notifications/SPopUpErrorText.h |
| Include Path | #include "Widgets/Notifications/SPopUpErrorText.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< SPopupErrorText >
Inheritance Hierarchy
- FSlateBaseNamedArgs → TSlateBaseNamedArgs → SPopupErrorText::FArguments
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FArguments() |
Widgets/Notifications/SPopUpErrorText.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| WidgetArgsType | FArguments | Widgets/Notifications/SPopUpErrorText.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
WidgetArgsType & Font
(
const TAttribute< FSlateFontInfo >& InAttribute |
Widgets/Notifications/SPopUpErrorText.h | ||
WidgetArgsType & ShowInNewWindow
(
bool InArg |
The popup appears in a new window instead of in the same window that this widget is in | Widgets/Notifications/SPopUpErrorText.h |