Navigation
API > API/Plugins > API/Plugins/ModelingComponents
Inheritance Hierarchy
- IModuleInterface
- FModelingComponentsModule
References
| Module | ModelingComponents |
| Header | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponents/Public/ModelingComponentsModule.h |
| Include | #include "ModelingComponentsModule.h" |
Syntax
class FModelingComponentsModule : public IModuleInterface
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Registered in StartupModule() with FCoreDelegates::OnPostEngineInit and called once |
Overridden from IModuleInterface
| Type | Name | Description | |
|---|---|---|---|
| void | Called before the module is unloaded, right before the module object is destroyed. | ||
| void | IModuleInterface implementation |