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