Navigation
API > API/Plugins > API/Plugins/MLDeformerFramework > API/Plugins/MLDeformerFramework/UMLDeformerMorphModel
Description
Get the start index into the array of deltas (vectors3's), for a given morph target. This does not perform a bounds check to see if MorphTargetIndex is in a valid range, so be aware.
| Name | GetMorphTargetDeltaStartIndex |
| 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 |
int32 GetMorphTargetDeltaStartIndex
(
int32 MorphTargetIndex
) const
The start index, or INDEX_NONE in case there are no deltas.
Parameters
| Name | Remarks |
|---|---|
| MorphTargetIndex | The morph target index. |