Navigation
API > API/Plugins > API/Plugins/MLDeformerFrameworkEditor > API/Plugins/MLDeformerFrameworkEditor/FMLDeformerGeomCacheEditorModel
Description
Get the number of training input animations. Each training input anim is a pair of a source animation and a target mesh deformation with the same poses. This data is fed into the training process.
Virtual Inheritance
- FMLDeformerEditorModel::GetNumTrainingInputAnims → FMLDeformerGeomCacheEditorModel::GetNumTrainingInputAnims
| Name | GetNumTrainingInputAnims |
| Type | function |
| Header File | /Engine/Plugins/Animation/MLDeformer/MLDeformerFramework/Source/MLDeformerFrameworkEditor/Public/MLDeformerGeomCacheEditorModel.h |
| Include Path | #include "MLDeformerGeomCacheEditorModel.h" |
| Source | /Engine/Plugins/Animation/MLDeformer/MLDeformerFramework/Source/MLDeformerFrameworkEditor/Private/MLDeformerGeomCacheEditorModel.cpp |
virtual int32 GetNumTrainingInputAnims() const
The number of training input anims.