Navigation
API > API/Developer > API/Developer/ToolWidgets > API/Developer/ToolWidgets/SActionButton
| Name | FArguments |
| Type | struct |
| Header File | /Engine/Source/Developer/ToolWidgets/Public/SActionButton.h |
| Include Path | #include "SActionButton.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< SActionButton >
Inheritance Hierarchy
- FSlateBaseNamedArgs → TSlateBaseNamedArgs → SActionButton::FArguments
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FArguments() |
SActionButton.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| WidgetArgsType | FArguments | SActionButton.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
WidgetArgsType & ActionButtonStyle
(
const FActionButtonStyle* InArg |
SActionButton.h | ||
WidgetArgsType & ActionButtonType
(
const TAttribute< EActionButtonType >& InAttribute |
Used to describe the intent of this button. | SActionButton.h | |
WidgetArgsType & ButtonContentPadding
(
const TAttribute< FMargin >& InAttribute |
Spacing between button's border and the content. | SActionButton.h | |
WidgetArgsType & ButtonStyle
(
const FButtonStyle* InArg |
Optionally specify the button style, which may override visual properties determined by ActionButtonStyle. | SActionButton.h | |
WidgetArgsType & ComboButtonStyle
(
const FComboButtonStyle* InArg |
Optionally specify the combo button style, which may override visual properties determined by ActionButtonStyle. | SActionButton.h | |
WidgetArgsType & HasDownArrow
(
TOptional< bool > InArg |
Whether to show a down arrow for the combo button. Default is determined by the style. | SActionButton.h | |
WidgetArgsType & HorizontalContentAlignment
(
TOptional< EHorizontalAlignment > InArg |
Horizontal Content alignment within the button. Default is determined by the style. | SActionButton.h | |
WidgetArgsType & Icon
(
const TAttribute< const FSlateBrush* >& InAttribute |
Optionally specify the Icon to display in the button. | SActionButton.h | |
WidgetArgsType & IconButtonStyle
(
const FButtonStyle* InArg |
Optionally specify the button style when an icon is present, which may override visual properties determined by ActionButtonStyle. | SActionButton.h | |
WidgetArgsType & IconColorAndOpacity
(
const TAttribute< FSlateColor >& InAttribute |
Icon Color/Tint, defaults to White. | SActionButton.h | |
NamedSlotProperty< FArguments > MenuContent() |
The static menu content widget. | SActionButton.h | |
WidgetArgsType & OnClicked
(
const FOnClicked& InDelegate |
The clicked handler. | SActionButton.h | |
WidgetArgsType & OnComboBoxOpened
(
const FOnComboBoxOpened& InDelegate |
SActionButton.h | ||
WidgetArgsType & OnGetMenuContent
(
const FOnGetContent& InDelegate |
SActionButton.h | ||
WidgetArgsType & OnMenuOpenChanged
(
const FOnIsOpenChanged& InDelegate |
SActionButton.h | ||
WidgetArgsType & Text
(
const TAttribute< FText >& InAttribute |
The text to display in the button. | SActionButton.h | |
WidgetArgsType & TextBlockStyle
(
const FTextBlockStyle* InArg |
The style of the text block, which dictates the font, color, and shadow options. | SActionButton.h |