Navigation
API > API/Plugins > API/Plugins/MLDeformerFrameworkEditor > API/Plugins/MLDeformerFrameworkEditor/FMLDeformerGeomCacheEditorModel
Description
Initialize the model. This will mainly create the delta sampler, editor input info and some other things.
Virtual Inheritance
- FMLDeformerEditorModel::Init → FMLDeformerGeomCacheEditorModel::Init
| Name | Init |
| 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 Init
(
const InitSettings & Settings
)
Parameters
| Name | Remarks |
|---|---|
| Settings | The initialization settings. |