Navigation
API > API/Plugins > API/Plugins/MLDeformerFrameworkEditor > API/Plugins/MLDeformerFrameworkEditor/FMLDeformerEditorModel
Description
Sample the vertex deltas between the training base model and target model. This will initialize the sampler if needed and set the sampler space to post-skinning deltas, and then samples them using the sampler. So this will update the internal state of the Sampler member. It will use the current training frame number to sample from. If this number is somehow out of range it will automatically clamp it to be inside a valid range.
| Name | SampleDeltas |
| 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 SampleDeltas()