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