Navigation
API > API/Developer > API/Developer/ToolWidgets > API/Developer/ToolWidgets/SWarningOrErrorBox
| Name | FArguments |
| Type | struct |
| Header File | /Engine/Source/Developer/ToolWidgets/Public/SWarningOrErrorBox.h |
| Include Path | #include "SWarningOrErrorBox.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< SWarningOrErrorBox >
Inheritance Hierarchy
- FSlateBaseNamedArgs → TSlateBaseNamedArgs → SWarningOrErrorBox::FArguments
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FArguments() |
SWarningOrErrorBox.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| WidgetArgsType | FArguments | SWarningOrErrorBox.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
WidgetArgsType & AutoWrapText
(
bool InArg |
SWarningOrErrorBox.h | ||
NamedSlotProperty< FArguments > Content() |
SWarningOrErrorBox.h | ||
WidgetArgsType & IconSize
(
FVector2D InArg |
SWarningOrErrorBox.h | ||
WidgetArgsType & Message
(
const TAttribute< FText >& InAttribute |
SWarningOrErrorBox.h | ||
WidgetArgsType & MessageStyle
(
const TAttribute< EMessageStyle >& InAttribute |
SWarningOrErrorBox.h | ||
WidgetArgsType & Padding
(
FMargin InArg |
SWarningOrErrorBox.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FArguments & operator[]
(
const TSharedRef< SWidget >& InChild |
SWarningOrErrorBox.h |