Navigation
Unreal Engine C++ API Reference > Developer > ToolWidgets > SSimpleButton
Inheritance Hierarchy
References
Module | ToolWidgets |
Header | /Engine/Source/Developer/ToolWidgets/Public/SSimpleButton.h |
Include | #include "SSimpleButton.h" |
Syntax
struct FArguments : public [TSlateBaseNamedArgs< SSimpleButton >](API\Runtime\SlateCore\Widgets\TSlateBaseNamedArgs)
Constructors
Type | Name | Description |
---|---|---|
FArguments () |
Functions
Type | Name | Description |
---|---|---|
WidgetArgsTy... | Icon ( const TAttribute< const FSlateBrush... ) | |
WidgetArgsTy... | OnClicked ( const FOnClicked& InDelegate ) | The clicked handler. |
WidgetArgsTy... | Text ( const TAttribute< FText >& InAttri... ) | The text to display in the button. |
Typedefs
Name | Description |
---|---|
WidgetArgsType |