Navigation
API > API/Plugins > API/Plugins/VertexDeltaModelEditor > API/Plugins/VertexDeltaModelEditor/UVertexDeltaTrainingModel
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/VertexDeltaModel/Source/VertexDeltaModelEditor/Public/VertexDeltaTrainingModel.h |
| Include Path | #include "VertexDeltaTrainingModel.h" |
UFUNCTION (BlueprintImplementableEvent, Category="Python")
int32 Train() const
See Also
- UMLDeformerTrainingModel