Navigation
API > API/Plugins > API/Plugins/MLDeformerFramework
Description
Set the maximum number of frames to train on. For example if your training data has 10000 frames, but you wish to only train on 2000 frames, you can set this to 2000.
| Name | SetTrainingFrameLimit |
| Type | function |
| Header File | /Engine/Plugins/Animation/MLDeformer/MLDeformerFramework/Source/MLDeformerFramework/Public/MLDeformerModel.h |
| Include Path | #include "MLDeformerModel.h" |
void SetTrainingFrameLimit
(
int32 MaxNumFrames
)
Parameters
| Name | Remarks |
|---|---|
| MaxNumFrames | The maximum number of frames to train on. |