Navigation
API > API/Plugins > API/Plugins/AvalancheEditorCore
A button that, when clicked, brings up a popup.
| Name | SAvaMultiComboButton |
| Type | class |
| Header File | /Engine/Plugins/VirtualProduction/Avalanche/Source/AvalancheEditorCore/Public/Widgets/SAvaMultiComboButton.h |
| Include Path | #include "Widgets/SAvaMultiComboButton.h" |
Syntax
class SAvaMultiComboButton : public SMenuAnchor
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → SWidget → SPanel → SMenuAnchor → SAvaMultiComboButton
- FSlateControlledConstruction → SWidget → SPanel → SMenuAnchor → SAvaMultiComboButton
Implements Interfaces
Structs
| Name | Remarks |
|---|---|
| FArguments |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ButtonPtr | TSharedPtr< SButton > | The button widget within the ComboButton | Widgets/SAvaMultiComboButton.h | |
| ForegroundArrowImage | TSharedPtr< SImage > | The arrow image | Widgets/SAvaMultiComboButton.h | |
| HBox | TSharedPtr< SHorizontalBox > | The box containing the arrow | Widgets/SAvaMultiComboButton.h | |
| ShadowImage | TSharedPtr< SImage > | The arrow image shadow | Widgets/SAvaMultiComboButton.h | |
| Style | const FComboButtonStyle * | The ComboButton style | Widgets/SAvaMultiComboButton.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Construct
(
const FArguments& InArgs |
Construct the widget from a declaration | Widgets/SAvaMultiComboButton.h | |
void SetButtonContentPadding
(
FMargin InPadding |
See the padding for button content. | Widgets/SAvaMultiComboButton.h | |
void SetHasDownArrow
(
bool InHasArrowDown |
Add/remove the expanding arrow. | Widgets/SAvaMultiComboButton.h | |
| Widgets/SAvaMultiComboButton.h | |||
void SetOnGetMenuContent
(
FOnGetContent InOnGetMenuContent |
See the OnGetMenuContent event | Widgets/SAvaMultiComboButton.h |
Overridden from SMenuAnchor
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void SetMenuContent
(
TSharedRef< SWidget > InContent |
Widgets/SAvaMultiComboButton.h |
Overridden from SWidget
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FReply OnMouseButtonDown
(
const FGeometry& InGeometry, |
Widgets/SAvaMultiComboButton.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FText GetFilteredToolTipText
(
TAttribute< FText > ToolTipText |
Called to query the tool tip text for this widget, but will return an empty text when the menu is already open | Widgets/SAvaMultiComboButton.h | |
virtual FReply OnButtonClicked() |
Handle the button being clicked by summoning the ComboButton. | Widgets/SAvaMultiComboButton.h |
Overridden from SWidget
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Widgets/SAvaMultiComboButton.h |