| UObjectBase
|
Module |
|
Header |
/Engine/Source/Developer/ToolMenus/Public/ToolMenu.h |
Include |
#include "ToolMenu.h" |
class UToolMenu : public UToolMenuBase
Name | Description | ||
---|---|---|---|
|
bool |
bCloseSelfOnly |
|
|
bool |
bPreventCustomization |
Prevent menu from being customized |
|
bool |
bSearchable |
|
|
bool |
bShouldCleanupContextOnDestroy |
|
|
bool |
bShouldCloseWindowAfterMenuSelection |
|
|
bool |
bToolBarForceSmallIcons |
|
|
bool |
bToolBarIsFocusable |
|
|
Context |
||
|
MenuName |
||
|
MenuOwner |
||
|
MenuParent |
||
|
EMultiBoxType |
MenuType |
|
|
ModifyBlockWidgetAfterMake |
||
|
Sections |
||
|
StyleName |
||
|
TObjectPtr< con... |
SubMenuParent |
|
|
SubMenuSourceEntryName |
||
|
TutorialHighlightName |
Name | Description | |
---|---|---|
|
UToolMenu() |
Name | Description | ||
---|---|---|---|
|
FToolMenuSec... |
AddDynamicSection ( |
Callback is passed sandboxed empty menu to add as many sections as desired. |
|
void |
AddDynamicSectionScript ( |
|
|
void |
AddMenuEntry ( |
|
|
void |
AddMenuEntryObject ( |
|
|
FToolMenuSec... |
AddSection ( |
|
|
void |
AddSectionScript ( |
|
|
UToolMenu &#... |
AddSubMenu ( |
|
|
UToolMenu &#... |
AddSubMenuScript |
|
|
TContextType... |
FindContext() |
|
|
FToolMenuSec... |
FindOrAddSection ( |
|
|
FToolMenuSec... |
FindSection ( |
|
|
GetMenuHierarchyNames ( |
||
|
GetMenuName() |
||
|
TArray< cons... |
GetSubMenuChain() |
Returns array [Menu, Menu.SubMenuA, Menu.SubMenuB] for Menu.SubMenuB.SubMenuB |
|
GetSubMenuNamePath() |
Returns "SubMenuC.SubMenuD" for menu "ModuleA.MenuB.SubMenuC.SubMenuD" |
|
|
void |
InitMenu ( |
|
|
bool |
IsRegistered() |
|
|
OnKeyDown |
||
|
void |
RemoveSection ( |
|
|
void |
SetExtendersEnabled ( |
Set support for extenders |
|
void |
SetMaxHeight ( |
Name | Description | ||
---|---|---|---|
|
FCustomizedT... |
AddMenuCustomization() |
|
|
bool |
ContainsEntry ( |
|
|
bool |
ContainsSection ( |
|
|
FCustomizedT... |
FindMenuCustomization() |
|
|
FCustomizedT... |
GetMenuCustomizationHierarchy() |
|
|
GetSectionName ( |
||
|
bool |
IsEditing() |
|
|
void |
OnMenuDestroyed() |
|
|
void |
UpdateMenuCustomizationFromMultibox ( |