Navigation
API > API/Developer > API/Developer/ToolMenus > API/Developer/ToolMenus/FToolMenuEntry
References
| Module | ToolMenus |
| Header | /Engine/Source/Developer/ToolMenus/Public/ToolMenuEntry.h |
| Include | #include "ToolMenuEntry.h" |
| Source | /Engine/Source/Developer/ToolMenus/Private/ToolMenuEntry.cpp |
static FToolMenuEntry InitWidget
(
const FName InName,
const TSharedRef < SWidget > & InWidget,
const FText & Label,
bool bNoIndent,
bool bSearchable,
bool bNoPadding,
const FText & InToolTipText
)