Navigation
API > API/Plugins > API/Plugins/NearestNeighborModelEditor > API/Plugins/NearestNeighborModelEditor/FNearestNeighborEditorModel
- FMLDeformerEditorModel::OnPostTraining()
- FMLDeformerMorphModelEditorModel::OnPostTraining()
- FNearestNeighborEditorModel::OnPostTraining()
References
| Module | NearestNeighborModelEditor |
| Header | /Engine/Plugins/Animation/MLDeformer/NearestNeighborModel/Source/NearestNeighborModelEditor/Public/NearestNeighborEditorModel.h |
| Include | #include "NearestNeighborEditorModel.h" |
| Source | /Engine/Plugins/Animation/MLDeformer/NearestNeighborModel/Source/NearestNeighborModelEditor/Private/NearestNeighborEditorModel.cpp |
virtual void OnPostTraining
&40;
ETrainingResult TrainingResult,
bool bUsePartiallyTrainedWhenAborted
&41;
Remarks
This method is executed after training.
Parameters
| Name | Description |
|---|---|
| TrainingResult | The result of the training process, such as whether it was a success or the user aborted, etc. |
| bUsePartiallyTrainedWhenAborted | When the user aborts training, they can get offered to use the partially trained neural network. This boolean specifies whether they picked "Yes" (true) or "No" (false) to that question. |