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 FExtensionToolDescription
Remarks
IModelingModeToolExtension implementations return the list of Tools they provide via instances of FExtensionToolDescription.
Variables
| Type | Name | Description | |
|---|---|---|---|
| UInteractiveToolBuilder * | ToolBuilder | Builder for the Tool. | |
| TSharedPtr< FUICommandInfo > | ToolCommand | Command that is added to the Tool button set. This defines the button label. | |
| FText | ToolName | Long name of the Tool, used in various places in the UI |