Navigation
API > API/Plugins > API/Plugins/ModelingToolsEditorMode > API/Plugins/ModelingToolsEditorMode/FModelingToolsManagerCommands
Description
Dynamically register a new UI Command based on the given Name/Label/Tooltip/Icon. This is intended to be used outside of RegisterCommands(), eg by Modeling Mode extensions loaded when the Toolkit is created.
| Name | RegisterExtensionPaletteCommand |
| Type | function |
| Header File | /Engine/Plugins/Editor/ModelingToolsEditorMode/Source/ModelingToolsEditorMode/Public/ModelingToolsManagerActions.h |
| Include Path | #include "ModelingToolsManagerActions.h" |
| Source | /Engine/Plugins/Editor/ModelingToolsEditorMode/Source/ModelingToolsEditorMode/Private/ModelingToolsManagerActions.cpp |
static TSharedPtr < FUICommandInfo > RegisterExtensionPaletteCommand
(
FName Name,
const FText & Label,
const FText & Tooltip,
const FSlateIcon & Icon
)