Navigation
API > API/Plugins > API/Plugins/DetailPoseModelEditor
The Training Model for the Detail Pose Model. Even though this is an empty class we still need it, as we inherit from it inside the Python code. This allows us to separate it from the Neural Morph Model that we inherited from. We basically find an object of this class type and call the Train method on that in Python.
| Name | UDetailPoseTrainingModel |
| Type | class |
| Header File | /Engine/Plugins/Experimental/Animation/MLDeformer/DetailPoseModel/Source/DetailPoseModelEditor/Public/DetailPoseTrainingModel.h |
| Include Path | #include "DetailPoseTrainingModel.h" |
Syntax
UCLASS (Blueprintable)
class UDetailPoseTrainingModel : public UNeuralMorphTrainingModel
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UMLDeformerTrainingModel → UMLDeformerGeomCacheTrainingModel → UNeuralMorphTrainingModel → UDetailPoseTrainingModel