Navigation
API > API/Plugins > API/Plugins/AvalancheEditorCore > API/Plugins/AvalancheEditorCore/SAvaMultiComboButton
Description
Construct the widget from a declaration
This is a copy+paste of the engine SComboButton because it does not support some required functionality (the ability to use right click to open the menu and left click to activate the button).
| Name | Construct |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/Avalanche/Source/AvalancheEditorCore/Public/Widgets/SAvaMultiComboButton.h |
| Include Path | #include "Widgets/SAvaMultiComboButton.h" |
| Source | /Engine/Plugins/VirtualProduction/Avalanche/Source/AvalancheEditorCore/Private/Widgets/SAvaMultiComboButton.cpp |
void Construct
(
const FArguments & InArgs
)
Parameters
| Name | Remarks |
|---|---|
| InArgs | The declaration from which to construct |