Navigation
API > API/Plugins > API/Plugins/MLDeformerFrameworkEditor > API/Plugins/MLDeformerFrameworkEditor/FMLDeformerEditorModel
Description
Get the current playback position of our training mode. This will use the target mesh if there is any, and uses the anim sequence play offset in case no target mesh has been set yet. So if you have a geometry cache or so specified as target mesh, it would extract the current time value from that.
| Name | CalcTrainingTimelinePosition |
| 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 double CalcTrainingTimelinePosition() const
The time offset, in seconds, of our training data.