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 int32 GetTestFrameAtTime
(
double TimeInSeconds
) const
Remarks
Get the test data frame number for a specific time offset in seconds. The frame number for this time offset.
Parameters
| Name | Description |
|---|---|
| TimeInSeconds | The time offset, in seconds, to get the frame number for. |