Navigation
API > API/Plugins > API/Plugins/MLDeformerFrameworkEditor > API/Plugins/MLDeformerFrameworkEditor/FMLDeformerEditorModule
Description
Manually assign a new model registry. This can be used in some automated tests where we want to test with different registries, for example an empty one.
| Name | SetModelRegistry |
| Type | function |
| Header File | /Engine/Plugins/Animation/MLDeformer/MLDeformerFramework/Source/MLDeformerFrameworkEditor/Public/MLDeformerEditorModule.h |
| Include Path | #include "MLDeformerEditorModule.h" |
void SetModelRegistry
(
const FMLDeformerEditorModelRegistry & Registry
)
Parameters
| Name | Remarks |
|---|---|
| Registry | The model registry to use. |