Navigation
API > API/Plugins > API/Plugins/MLDeformerFrameworkEditor > API/Plugins/MLDeformerFrameworkEditor/FMLDeformerMorphModelEditorModel
Description
This is called just before we start the training process. You can use it to back up any specific values that might be modified by the training process. Sometimes you want to restore specific values when the user aborts the training, while the training already modified those values.
Virtual Inheritance
- FMLDeformerEditorModel::OnPreTraining → FMLDeformerMorphModelEditorModel::OnPreTraining
| Name | OnPreTraining |
| Type | function |
| Header File | /Engine/Plugins/Animation/MLDeformer/MLDeformerFramework/Source/MLDeformerFrameworkEditor/Public/MLDeformerMorphModelEditorModel.h |
| Include Path | #include "MLDeformerMorphModelEditorModel.h" |
| Source | /Engine/Plugins/Animation/MLDeformer/MLDeformerFramework/Source/MLDeformerFrameworkEditor/Private/MLDeformerMorphModelEditorModel.cpp |
virtual void OnPreTraining()