Navigation
API > API/Plugins > API/Plugins/NearestNeighborModelEditor > API/Plugins/NearestNeighborModelEditor/UNearestNeighborTrainingModel
- UMLDeformerTrainingModel::Init()
- UNearestNeighborTrainingModel::Init()
References
| Module | NearestNeighborModelEditor |
| Header | /Engine/Plugins/Animation/MLDeformer/NearestNeighborModel/Source/NearestNeighborModelEditor/Public/NearestNeighborTrainingModel.h |
| Include | #include "NearestNeighborTrainingModel.h" |
| Source | /Engine/Plugins/Animation/MLDeformer/NearestNeighborModel/Source/NearestNeighborModelEditor/Private/NearestNeighborTrainingModel.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. |