Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Animation
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Animation/Skeleton.h |
| Include | #include "Animation/Skeleton.h" |
Syntax
USTRUCT ()
struct FSkeletonToMeshLinkup
Remarks
This is a mapping table between bone in a particular skeletal mesh and bone of this skeleton set.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< int32 > | MeshToSkeletonTable | Mapping table. | |
| TArray< int32 > | SkeletonToMeshTable | Mapping table. |