Navigation
API > API/Plugins > API/Plugins/MLDeformerFrameworkEditor > API/Plugins/MLDeformerFrameworkEditor/FMLDeformerEditorModel
- FMLDeformerEditorModel::OnPostTraining()
- FMLDeformerMorphModelEditorModel::OnPostTraining()
- FNearestNeighborEditorModel::OnPostTraining()
- FNearestNeighborEditorModel::OnPostTraining()
References
| Module | MLDeformerFrameworkEditor |
| Header | /Engine/Plugins/Animation/MLDeformer/MLDeformerFramework/Source/MLDeformerFrameworkEditor/Public/MLDeformerEditorModel.h |
| Include | #include "MLDeformerEditorModel.h" |
| Source | /Engine/Plugins/Animation/MLDeformer/MLDeformerFramework/Source/MLDeformerFrameworkEditor/Private/MLDeformerEditorModel.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. |