Navigation
API > API/Plugins > API/Plugins/ModelingToolsEditorMode
References
| Module | ModelingToolsEditorMode |
| Header | /Engine/Plugins/Editor/ModelingToolsEditorMode/Source/ModelingToolsEditorMode/Public/ModelingModeToolExtensions.h |
| Include | #include "ModelingModeToolExtensions.h" |
Syntax
struct FModelingModeExtensionExtendedInfo
Remarks
IModelingModeToolExtension implementations can optionally return additional information used in the Eidtor UI via instances of FModelingModeExtensionExtendedInfo.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< FUICommandInfo > | ExtensionCommand | Command button that will be used for the extension in the Modeling Mode Tab Bar. | |
| FText | ToolPaletteButtonTooltip | Tooltip to use for UI buttons that refer to the Extension |