Navigation
API > API/Plugins > API/Plugins/MLDeformerFrameworkEditor > API/Plugins/MLDeformerFrameworkEditor/FMLDeformerEditorModel
References
| Module | MLDeformerFrameworkEditor |
| Header | /Engine/Plugins/Animation/MLDeformer/MLDeformerFramework/Source/MLDeformerFrameworkEditor/Public/MLDeformerEditorModel.h |
| Include | #include "MLDeformerEditorModel.h" |
| Source | /Engine/Plugins/Animation/MLDeformer/MLDeformerFramework/Source/MLDeformerFrameworkEditor/Private/MLDeformerEditorModel.cpp |
virtual void ClampCurrentTrainingFrameIndex&40;&41;
Remarks
Clamp the current training frame index to be in a valid range. A valid range would be between 0 and the number of frames in the training data. So if the training data contains 100 frames, so index 0..99, and we set the TrainingFrameNumber member to 500, this method will turn that into 99.