Choose your operating system:
Windows
macOS
Linux
| IModularFeature
|
Module |
|
Header |
/Engine/Plugins/Editor/ModelingToolsEditorMode/Source/ModelingToolsEditorMode/Public/ModelingModeToolExtensions.h |
Include |
#include "ModelingModeToolExtensions.h" |
class IModelingModeToolExtension : public IModularFeature
IModelingModeToolExtension uses the IModularFeature API to allow a Plugin to provide a set of InteractiveTool's to be exposed in Modeling Mode. The Tools will be included in a section of the Modeling Mode tool list, based on GetToolSectionName().
Name | Description | |
---|---|---|
|
~IModelingModeToolExtension() |
Name | Description | ||
---|---|---|---|
|
GetExtensionName() |
||
|
GetExtensionTools ( |
Query the Extension for a list of Tools to expose in Modeling Mode. |
|
|
GetModularFeatureName() |
||
|
GetToolSectionName() |
If the same Section is used in multiple Extensions, some buttons may not be shown |