Navigation
API > API/Plugins > API/Plugins/MLDeformerFrameworkEditor
References
| Module | MLDeformerFrameworkEditor |
| Header | /Engine/Plugins/Animation/MLDeformer/MLDeformerFramework/Source/MLDeformerFrameworkEditor/Public/MLDeformerEditorModel.h |
| Include | #include "MLDeformerEditorModel.h" |
namespace UE
{
namespace MLDeformer
{
template<class TrainingModelClass>
ETrainingResult UE&58;&58;MLDeformer&58;&58;TrainModel
&40;
FMLDeformerEditorModel &42; EditorModel
&41;
}
}
Remarks
Train the model. This will execute the train function inside your python code. Provide the UMLDeformerTrainingModel inherited class type as template argument.