Navigation
API > API/Plugins > API/Plugins/VertexDeltaModelEditor
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UMLDeformerTrainingModel
- UVertexDeltaTrainingModel
References
| Module | VertexDeltaModelEditor |
| Header | /Engine/Plugins/Animation/MLDeformer/VertexDeltaModel/Source/VertexDeltaModelEditor/Public/VertexDeltaTrainingModel.h |
| Include | #include "VertexDeltaTrainingModel.h" |
Syntax
UCLASS&40;Blueprintable&41;
class UVertexDeltaTrainingModel : public UMLDeformerTrainingModel
Remarks
The training model for the vertex delta model. This class is our link to the Python training.
Functions
| Type | Name | Description | |
|---|---|---|---|
| int32 | Train () |
Main training function, with implementation in python. |