Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UMorphTarget
Description
Get the morph target vertex delta array for a given LOD. Only available in editor targets, since cooked builds store the deltas internally in a compressed format. For non-editor builds, use GetDeltaIteratorForLOD
| Name | GetMorphTargetDeltas |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Animation/MorphTarget.h |
| Include Path | #include "Animation/MorphTarget.h" |
| Source | /Engine/Source/Runtime/Engine/Private/MorphTarget.cpp |
virtual TConstArrayView< FMorphTargetDelta > GetMorphTargetDeltas
(
int32 LODIndex
) const