Navigation
API > API/Plugins > API/Plugins/MLDeformerFramework > API/Plugins/MLDeformerFramework/UMLDeformerMorphModel
Description
Get the array of morph target indices, sorted by error value, from largest to smallest error. So the first array value contains the index of the most important morph target and the last element contains the least important morph target.
| Name | GetMorphTargetErrorOrder |
| 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 |
TArrayView < const int32 > GetMorphTargetErrorOrder() const
An array view of the morph target indices.