Navigation
API > API/Plugins > API/Plugins/MLDeformerFrameworkEditor > API/Plugins/MLDeformerFrameworkEditor/FMLDeformerGeomCacheEditorModel
- FMLDeformerEditorModel::GetTrainingInputAnim()
- FMLDeformerGeomCacheEditorModel::GetTrainingInputAnim()
References
| Module | MLDeformerFrameworkEditor |
| Header | /Engine/Plugins/Animation/MLDeformer/MLDeformerFramework/Source/MLDeformerFrameworkEditor/Public/MLDeformerGeomCacheEditorModel.h |
| Include | #include "MLDeformerGeomCacheEditorModel.h" |
| Source | /Engine/Plugins/Animation/MLDeformer/MLDeformerFramework/Source/MLDeformerFrameworkEditor/Private/MLDeformerGeomCacheEditorModel.cpp |
virtual FMLDeformerTrainingInputAnim * GetTrainingInputAnim
(
int32 Index
) const
Remarks
Get a given training input animation. 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.
Parameters
| Name | Description |
|---|---|
| Index | The training input animation to get. |