Navigation
API > API/Plugins > API/Plugins/HairModelingToolset
Inheritance Hierarchy
- IModuleInterface
- IModelingModeToolExtension
- FHairModelingToolsetModule
References
| Module | HairModelingToolset |
| Header | /Engine/Plugins/Experimental/HairModelingToolset/Source/HairModelingToolset/Public/HairModelingToolsetModule.h |
| Include | #include "HairModelingToolsetModule.h" |
Syntax
class FHairModelingToolsetModule :
public IModuleInterface,
public IModelingModeToolExtension
Overridden from IModuleInterface
| Type | Name | Description | |
|---|---|---|---|
| void | Called before the module is unloaded, right before the module object is destroyed. | ||
| void | IModuleInterface implementation |
Overridden from IModelingModeToolExtension
| Type | Name | Description | |
|---|---|---|---|
| bool | Query the Extension for extended information. | ||
| FText | IModelingModeToolExtension implementation | ||
| void | GetExtensionTools
(
const FExtensionToolQueryInfo& QueryInfo, |
Query the Extension for a list of Tools to expose in Modeling Mode. | |
| FText | If the same Section is used in multiple Extensions, some buttons may not be shown |