Navigation
API > API/Plugins > API/Plugins/MLDeformerFrameworkEditor > API/Plugins/MLDeformerFrameworkEditor/FMLDeformerEditorModel
Description
This is executed when the timeline has been scrubbed. Sometimes this is also executed without user interaction, but to update the same data when there was scrubbed.
| Name | OnTimeSliderScrubPositionChanged |
| 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 void OnTimeSliderScrubPositionChanged
(
double NewScrubTime,
bool bIsScrubbing
)
Parameters
| Name | Remarks |
|---|---|
| NewScrubTime | This is the new time value, in seconds. |
| bIsScrubbing | Specifies whether the user is scrubbing or just clicked. |