Navigation
API > API/Plugins > API/Plugins/MLDeformerFrameworkEditor > API/Plugins/MLDeformerFrameworkEditor/FMLDeformerEditorModel
Description
Updates the number of available training frames as returned by GetNumTrainingFrames(). This should update the NumTrainingFrames class member with the total number of frames that can be included during training. So this must be the sum of all frames of all enabled training input animations. This should not take into account the maximum number of frames we want to train with.
Derived Overrides
| Name | UpdateNumTrainingFrames |
| 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 void UpdateNumTrainingFrames()