Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Animation
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Animation/MorphTarget.h |
| Include | #include "Animation/MorphTarget.h" |
Syntax
struct FMorphTargetDelta
Remarks
Morph mesh vertex data used for rendering
Variables
| Type | Name | Description | |
|---|---|---|---|
| FVector3f | PositionDelta | Change in position | |
| uint32 | SourceIdx | Index of source vertex to apply deltas to | |
| FVector3f | TangentZDelta | Tangent basis normal |