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