Navigation
API > API/Plugins > API/Plugins/MLDeformerFramework
Description
Get the maximum number of training frames to use during training. Your training anim sequence might contain say 10000 frames, but for quickly iterating you might want to train on only 2000 frames instead. You can do this by setting the maximum training frames to 2000.
| Name | GetTrainingFrameLimit |
| Type | function |
| Header File | /Engine/Plugins/Animation/MLDeformer/MLDeformerFramework/Source/MLDeformerFramework/Public/MLDeformerModel.h |
| Include Path | #include "MLDeformerModel.h" |
int32 GetTrainingFrameLimit() const
The max number of frames to use during training.