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