Navigation
API > API/Runtime > API/Runtime/SkeletalMeshDescription > API/Runtime/SkeletalMeshDescription/FSkeletalMeshAttributes
Description
Returns a writable vertex position delta attribute for the given morph target. The delta is the difference between the point position of the mesh and the point position of the morphed mesh. Adding this value to the point position of the mesh will return the morph point position.
| Name | GetVertexMorphPositionDelta |
| Type | function |
| Header File | /Engine/Source/Runtime/SkeletalMeshDescription/Public/SkeletalMeshAttributes.h |
| Include Path | #include "SkeletalMeshAttributes.h" |
| Source | /Engine/Source/Runtime/SkeletalMeshDescription/Private/SkeletalMeshAttributes.cpp |
TVertexAttributesRef< FVector3f > GetVertexMorphPositionDelta
(
const FName InMorphTargetName
)