Navigation
API > API/Developer > API/Developer/ToolWidgets > API/Developer/ToolWidgets/SNegativeActionButton
| Name | FArguments |
| Type | struct |
| Header File | /Engine/Source/Developer/ToolWidgets/Public/SNegativeActionButton.h |
| Include Path | #include "SNegativeActionButton.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< SNegativeActionButton >
Inheritance Hierarchy
- FSlateBaseNamedArgs → TSlateBaseNamedArgs → SNegativeActionButton::FArguments
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FArguments() |
SNegativeActionButton.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| WidgetArgsType | FArguments | SNegativeActionButton.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
WidgetArgsType & ActionButtonStyle
(
const TAttribute< EActionButtonStyle >& InAttribute |
Determines whether this is a Warning or Error. | SNegativeActionButton.h | |
WidgetArgsType & Icon
(
const TAttribute< const FSlateBrush* >& InAttribute |
Optionally specify the Icon to display in the button. | SNegativeActionButton.h | |
NamedSlotProperty< FArguments > MenuContent() |
The static menu content widget. | SNegativeActionButton.h | |
WidgetArgsType & OnClicked
(
const FOnClicked& InDelegate |
The clicked handler. | SNegativeActionButton.h | |
WidgetArgsType & OnComboBoxOpened
(
const FOnComboBoxOpened& InDelegate |
SNegativeActionButton.h | ||
WidgetArgsType & OnGetMenuContent
(
const FOnGetContent& InDelegate |
SNegativeActionButton.h | ||
WidgetArgsType & OnMenuOpenChanged
(
const FOnIsOpenChanged& InDelegate |
SNegativeActionButton.h | ||
WidgetArgsType & Text
(
const TAttribute< FText >& InAttribute |
The text to display in the button. | SNegativeActionButton.h |