Navigation
API > API/Developer > API/Developer/ToolWidgets > API/Developer/ToolWidgets/SSimpleButton
| Name | FArguments |
| Type | struct |
| Header File | /Engine/Source/Developer/ToolWidgets/Public/SSimpleButton.h |
| Include Path | #include "SSimpleButton.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< SSimpleButton >
Inheritance Hierarchy
- FSlateBaseNamedArgs → TSlateBaseNamedArgs → SSimpleButton::FArguments
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FArguments() |
SSimpleButton.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| WidgetArgsType | FArguments | SSimpleButton.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
WidgetArgsType & Icon
(
const TAttribute< const FSlateBrush* >& InAttribute |
SSimpleButton.h | ||
WidgetArgsType & OnClicked
(
const FOnClicked& InDelegate |
The clicked handler. | SSimpleButton.h | |
WidgetArgsType & Text
(
const TAttribute< FText >& InAttribute |
The text to display in the button. | SSimpleButton.h |