Navigation
API > API/Plugins > API/Plugins/MLDeformerFramework > API/Plugins/MLDeformerFramework/UMLDeformerMorphModel
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const TArray< FVector3f > & GetMorphTargetDeltas () |
Get the morph target delta vectors array. | MLDeformerMorphModel.h | |
TArray< FVector3f > & GetMorphTargetDeltas () |
MLDeformerMorphModel.h |
GetMorphTargetDeltas()
Description
Get the morph target delta vectors array. The layout of this array is [morphdeltas_target0, morphdeltas_target1, ..., morphdeltas_targetN]. So the total number of items in the array returned equals (NumMorphTargets * NumBaseMeshVerts).
| Name | GetMorphTargetDeltas |
| Type | function |
| Header File | /Engine/Plugins/Animation/MLDeformer/MLDeformerFramework/Source/MLDeformerFramework/Public/MLDeformerMorphModel.h |
| Include Path | #include "MLDeformerMorphModel.h" |
const TArray < FVector3f > & GetMorphTargetDeltas() const
GetMorphTargetDeltas()
| Name | GetMorphTargetDeltas |
| Type | function |
| Header File | /Engine/Plugins/Animation/MLDeformer/MLDeformerFramework/Source/MLDeformerFramework/Public/MLDeformerMorphModel.h |
| Include Path | #include "MLDeformerMorphModel.h" |
TArray < FVector3f > & GetMorphTargetDeltas()