Navigation
API > API/Developer > API/Developer/ToolMenus
| Name | FToolMenuEntrySubMenuData |
| Type | struct |
| Header File | /Engine/Source/Developer/ToolMenus/Public/ToolMenuEntry.h |
| Include Path | #include "ToolMenuEntry.h" |
Syntax
struct FToolMenuEntrySubMenuData
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FToolMenuEntrySubMenuData() |
ToolMenuEntry.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bAutoCollapse | bool | Entry placed into the parent's menu when there is only one entry | ToolMenuEntry.h | |
| bIsSubMenu | bool | ToolMenuEntry.h | ||
| bOpenSubMenuOnClick | bool | ToolMenuEntry.h | ||
| ConstructMenu | FNewToolMenuChoice | ToolMenuEntry.h | ||
| Style | FToolMenuEntryStyle | Optionally specify to override the default styling | ToolMenuEntry.h |