Navigation
API > API/Developer > API/Developer/ToolMenus
References
Module | ToolMenus |
Header | /Engine/Source/Developer/ToolMenus/Public/ToolMenuEntry.h |
Include | #include "ToolMenuEntry.h" |
Syntax
struct FToolMenuEntryToolBarData
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
bool | bForceSmallIcons | Whether this toolbar should always use small icons, regardless of the current settings. |
![]() |
bool | bIsFocusable | Whether ToolBar will have Focusable buttons. |
![]() |
bool | bSimpleComboBox | |
![]() |
FNewToolMenuChoice | ComboButtonContextMenuGenerator | Delegate that generates a widget for this combo button's menu content. |
![]() |
FNewToolBarDelegateLegacy | ConstructLegacy | Legacy delegate that generates a widget for this combo button's menu content. |
![]() |
TAttribute< FText > | LabelOverride | Optional override label to use when the entry appears in a toolbar. |
![]() |
TSharedPtr< FToolMenuEntryOptionsDropdownData > | OptionsDropdownData |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |