Navigation
API > API/Plugins > API/Plugins/MLDeformerFrameworkEditor > API/Plugins/MLDeformerFrameworkEditor/UMLDeformerGeomCacheTrainingMode-
- UMLDeformerTrainingModel::Init()
- UMLDeformerGeomCacheTrainingModel::Init()
References
| Module | MLDeformerFrameworkEditor |
| Header | /Engine/Plugins/Animation/MLDeformer/MLDeformerFramework/Source/MLDeformerFrameworkEditor/Public/MLDeformerGeomCacheTrainingModel.h |
| Include | #include "MLDeformerGeomCacheTrainingModel.h" |
| Source | /Engine/Plugins/Animation/MLDeformer/MLDeformerFramework/Source/MLDeformerFrameworkEditor/Private/MLDeformerGeomCacheTrainingModel.cpp |
virtual void Init
(
UE::MLDeformer::FMLDeformerEditorModel * InEditorModel
)
Remarks
Initialize the training model. This is automatically called by the editor.
Parameters
| Name | Description |
|---|---|
| InEditorModel | The pointer to the editor model that this is a training model for. |