Navigation
API > API/Plugins > API/Plugins/MLDeformerFrameworkEditor > API/Plugins/MLDeformerFrameworkEditor/FMLDeformerGeomCacheEditorModel
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
Derived Overrides
| Name | CopyBaseSettingsFromModel |
| Type | function |
| Header File | /Engine/Plugins/Animation/MLDeformer/MLDeformerFramework/Source/MLDeformerFrameworkEditor/Public/MLDeformerGeomCacheEditorModel.h |
| Include Path | #include "MLDeformerGeomCacheEditorModel.h" |
| Source | /Engine/Plugins/Animation/MLDeformer/MLDeformerFramework/Source/MLDeformerFrameworkEditor/Private/MLDeformerGeomCacheEditorModel.cpp |
virtual void CopyBaseSettingsFromModel
(
const FMLDeformerEditorModel * SourceEditorModel
)
Parameters
| Name | Remarks |
|---|---|
| SourceEditorModel | The source model to copy the shared settings from. |