Navigation
API > API/Plugins > API/Plugins/MLDeformerFramework > API/Plugins/MLDeformerFramework/UMLDeformerMorphModel
Description
Set the estimated error that disabling a specific morph target would introduce. This error is represented in units, so in cm.
| Name | SetMorphTargetError |
| Type | function |
| Header File | /Engine/Plugins/Animation/MLDeformer/MLDeformerFramework/Source/MLDeformerFramework/Public/MLDeformerMorphModel.h |
| Include Path | #include "MLDeformerMorphModel.h" |
| Source | /Engine/Plugins/Animation/MLDeformer/MLDeformerFramework/Source/MLDeformerFramework/Private/MLDeformerMorphModel.cpp |
void SetMorphTargetError
(
int32 MorphIndex,
float Error
)
Parameters
| Name | Remarks |
|---|---|
| MorphIndex | The morph target index to get the error for. |
| Error | The estimated error value, in cm. |