Navigation
API > API/Plugins > API/Plugins/NeuralMorphModelEditor > API/Plugins/NeuralMorphModelEditor/UNeuralMorphTrainingModel
Description
Main training function, with implementation in python. You need to implement this method. See the UMLDeformerTrainingModel documentation for more details.
| Name | Train |
| Type | function |
| Header File | /Engine/Plugins/Animation/MLDeformer/NeuralMorphModel/Source/NeuralMorphModelEditor/Public/NeuralMorphTrainingModel.h |
| Include Path | #include "NeuralMorphTrainingModel.h" |
UFUNCTION (BlueprintImplementableEvent, Category="Training Model")
int32 Train() const
See Also
- UMLDeformerTrainingModel