Navigation
API > API/Plugins > API/Plugins/MLDeformerFrameworkEditor
Inheritance Hierarchy
- IModuleInterface
- FMLDeformerEditorModule
References
| Module | MLDeformerFrameworkEditor |
| Header | /Engine/Plugins/Animation/MLDeformer/MLDeformerFramework/Source/MLDeformerFrameworkEditor/Public/MLDeformerEditorModule.h |
| Include | #include "MLDeformerEditorModule.h" |
Syntax
class FMLDeformerEditorModule : public IModuleInterface
Remarks
The ML Deformer editor module. This registers the editor mode and custom property customizations. It also contains the model registry, which you will use to register your custom models to the editor.
Functions
| Type | Name | Description | |
|---|---|---|---|
| FMLDeformerEditorModelRegistry & | Get a reference to the ML Deformer model registry. | ||
| const FMLDeformerEditorModelRegistry & | |||
| void | SetModelRegistry
(
const FMLDeformerEditorModelRegistry& Registry |
Manually assign a new model registry. |
Overridden from IModuleInterface
| Type | Name | Description | |
|---|---|---|---|
| void | Called before the module is unloaded, right before the module object is destroyed. | ||
| void | Called right after the module DLL has been loaded and the module object has been created Load dependent modules here, and they will be guaranteed to be available during ShutdownModule. |