Navigation
API > API/Plugins > API/Plugins/MLDeformerFrameworkEditor > API/Plugins/MLDeformerFrameworkEditor/FMLDeformerEditorModel
Description
Get the currently desired training frame number. You can call CheckTrainingFrameChanged in order to make the desired frame the actual frame.
| Name | GetCurrentTrainingFrame |
| Type | function |
| Header File | /Engine/Plugins/Animation/MLDeformer/MLDeformerFramework/Source/MLDeformerFrameworkEditor/Public/MLDeformerEditorModel.h |
| Include Path | #include "MLDeformerEditorModel.h" |
int32 GetCurrentTrainingFrame() const
The currently desired training frame number, which might not be the same as the real training frame number.