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