Navigation
API > API/Developer > API/Developer/ToolWidgets > API/Developer/ToolWidgets/SActionButton > API/Developer/ToolWidgets/SActionButton/FArguments
Description
The clicked handler. Note that if this is set, the button will behave as though it were just a button. This means that OnGetMenuContent, OnComboBoxOpened and OnMenuOpenChanged will all be ignored, since there is no menu.
| Name | OnClicked |
| Type | function |
| Header File | /Engine/Source/Developer/ToolWidgets/Public/SActionButton.h |
| Include Path | #include "SActionButton.h" |
WidgetArgsType & OnClicked
(
const FOnClicked & InDelegate
)