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