Navigation
API > API/Plugins > API/Plugins/MLDeformerFrameworkEditor > API/Plugins/MLDeformerFrameworkEditor/UMLDeformerTrainingModel
- UMLDeformerTrainingModel::Init()
- UNearestNeighborTrainingModel::Init()
References
| Module | MLDeformerFrameworkEditor |
| Header | /Engine/Plugins/Animation/MLDeformer/MLDeformerFramework/Source/MLDeformerFrameworkEditor/Public/MLDeformerTrainingModel.h |
| Include | #include "MLDeformerTrainingModel.h" |
| Source | /Engine/Plugins/Animation/MLDeformer/MLDeformerFramework/Source/MLDeformerFrameworkEditor/Private/MLDeformerTrainingModel.cpp |
virtual void Init
&40;
UE::MLDeformer::FMLDeformerEditorModel &42; InEditorModel
&41;
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. |