Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Components
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Components/SkinnedMeshComponent.h |
| Include | #include "Components/SkinnedMeshComponent.h" |
Syntax
struct FSkelMeshSkinWeightInfo
Remarks
Vertex skin weight info supplied for a component override.
Variables
| Type | Name | Description | |
|---|---|---|---|
| int32[12] | Bones | Index of bones that influence this vertex | |
| uint8[12] | Weights | Influence of each bone on this vertex |