Navigation
API > API/Plugins > API/Plugins/MLDeformerFrameworkEditor > API/Plugins/MLDeformerFrameworkEditor/FMLDeformerEditorModel
Description
Get the total number of frames used for training, but limited by the maximum number of training frames we have setup. So if the training data contains 10000 frames, but we set to train on a maximum of 2000 frames, then this will return 2000. If the number of training frames is 10000 but we set the max number of training frames to 1 million, then it will still return only 10000.
| Name | GetNumFramesForTraining |
| Type | function |
| Header File | /Engine/Plugins/Animation/MLDeformer/MLDeformerFramework/Source/MLDeformerFrameworkEditor/Public/MLDeformerEditorModel.h |
| Include Path | #include "MLDeformerEditorModel.h" |
| Source | /Engine/Plugins/Animation/MLDeformer/MLDeformerFramework/Source/MLDeformerFrameworkEditor/Private/MLDeformerEditorModel.cpp |
virtual int32 GetNumFramesForTraining() const
The number of frames we should be training on.