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