Navigation
API > API/Plugins > API/Plugins/MLDeformerFrameworkEditor > API/Plugins/MLDeformerFrameworkEditor/FMLDeformerMorphModelEditorModel
Description
Copy the common property values from a source model into this model. This includes the skeletal mesh, input animations, and shared visualization settings.
Virtual Inheritance
- FMLDeformerEditorModel::CopyBaseSettingsFromModel → FMLDeformerGeomCacheEditorModel::CopyBaseSettingsFromModel → FMLDeformerMorphModelEditorModel::CopyBaseSettingsFromModel
| Name | CopyBaseSettingsFromModel |
| Type | function |
| Header File | /Engine/Plugins/Animation/MLDeformer/MLDeformerFramework/Source/MLDeformerFrameworkEditor/Public/MLDeformerMorphModelEditorModel.h |
| Include Path | #include "MLDeformerMorphModelEditorModel.h" |
| Source | /Engine/Plugins/Animation/MLDeformer/MLDeformerFramework/Source/MLDeformerFrameworkEditor/Private/MLDeformerMorphModelEditorModel.cpp |
virtual void CopyBaseSettingsFromModel
(
const FMLDeformerEditorModel * SourceEditorModel
)
Parameters
| Name | Remarks |
|---|---|
| SourceEditorModel | The source model to copy the shared settings from. |