Navigation
Unreal Engine C++ API Reference > Developer > ToolMenus > FToolMenuSection
References
Module | ToolMenus |
Header | /Engine/Source/Developer/ToolMenus/Public/ToolMenuSection.h |
Include | #include "ToolMenuSection.h" |
Source | /Engine/Source/Developer/ToolMenus/Private/ToolMenuSection.cpp |
[FToolMenuEntry](API\Developer\ToolMenus\FToolMenuEntry) & AddMenuEntryWithCommandList ( const [TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< const [FUICommandInfo](API\Runtime\Slate\Framework\Commands\FUICommandInfo) > & InCommand, const [TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< const [FUICommandList](API\Runtime\Slate\Framework\Commands\FUICommandList) > & InCommandList, const [TAttribute](API\Runtime\Core\Misc\TAttribute)< [FText](API\Runtime\Core\Internationalization\FText) > & InLabelOverride, const [TAttribute](API\Runtime\Core\Misc\TAttribute)< [FText](API\Runtime\Core\Internationalization\FText) > & InToolTipOverride, const [TAttribute](API\Runtime\Core\Misc\TAttribute)< [FSlateIcon](API\Runtime\SlateCore\Textures\FSlateIcon) > & InIconOverride, const [FName](API\Runtime\Core\UObject\FName) InTutorialHighlightName, const [TOptional](API\Runtime\Core\IO\TOptional)< [FName](API\Runtime\Core\UObject\FName) > InNameOverride )