Navigation
API > API/Plugins > API/Plugins/MLDeformerFramework > API/Plugins/MLDeformerFramework/UMLDeformerModelInstance
References
| Module | MLDeformerFramework |
| Header | /Engine/Plugins/Animation/MLDeformer/MLDeformerFramework/Source/MLDeformerFramework/Public/MLDeformerModelInstance.h |
| Include | #include "MLDeformerModelInstance.h" |
| Source | /Engine/Plugins/Animation/MLDeformer/MLDeformerFramework/Source/MLDeformerFramework/Private/MLDeformerModelInstance.cpp |
void SetGroundTruthFrameIndex
(
int32 FrameIndex
)
Remarks
Set the frame index that we use to sample the ground truth vertex positions when showing the heat map in ground truth mode.
Parameters
| Name | Description |
|---|---|
| FrameIndex | The frame number in the geometry cache that we sample the ground truth positions from. |