Navigation
Unreal Engine C++ API Reference > 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 | |
FNewToolMenuCho... | ComboButtonContextMenuGenerator | Delegate that generates a widget for this combo button's menu content. |
FNewToolBarDele... | ConstructLegacy | Legacy delegate that generates a widget for this combo button's menu content. |
TSharedPtr< FTo... | OptionsDropdownData |
Constructors
Type | Name | Description |
---|---|---|
FToolMenuEntryToolBarData () |