Navigation
API > API/Plugins > API/Plugins/ModelingToolsEditorMode > API/Plugins/ModelingToolsEditorMode/FModelingToolsManagerCommands
References
| Module | ModelingToolsEditorMode |
| Header | /Engine/Plugins/Editor/ModelingToolsEditorMode/Source/ModelingToolsEditorMode/Public/ModelingToolsManagerActions.h |
| Include | #include "ModelingToolsManagerActions.h" |
| Source | /Engine/Plugins/Editor/ModelingToolsEditorMode/Source/ModelingToolsEditorMode/Private/ModelingToolsManagerActions.cpp |
static TSharedPtr< FUICommandInfo > RegisterExtensionPaletteCommand
&40;
FName Name,
const FText & Label,
const FText & Tooltip,
const FSlateIcon & Icon
&41;
Remarks
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.