Native class
SGBAPositiveActionButton#
class
SGBAPositiveActionButton :
public SCompoundWidget
A Button that is used to call out/highlight a positive option (Add, Save etc). It can also be used to open a menu.
Based off SPositiveActionButton in ToolsWidget.
Forked mainly to allow custom menu placement with a sensible default for our use case (eg. MenuPlacement_ComboBoxRight)
Methods#
-
publicinline
The text to display in the button. The static menu content widget.
-
voidConstruct(const FArguments& InArgs
-
inline
Fields#
-
privateTSharedPtr<SButton> Button
-
TSharedPtr<SComboButton> ComboButton