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