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 void SetTrainingFrame
(
int32 FrameNumber
)
Remarks
Go to a given frame in the training data. Internally this will also call OnTimeSliderScrubPositionChanged, to go to the specific frame.
Parameters
| Name | Description |
|---|---|
| FrameNumber | The training frame to go to. This will automatically be clamped to a valid range in case it goes out of bounds. |