UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FSkeletonToMeshLinkup Struct Reference

#include <Skeleton.h>

Public Attributes

TArray< int32SkeletonToMeshTable
 
TArray< int32MeshToSkeletonTable
 

Detailed Description

This is a mapping table between bone in a particular skeletal mesh and bone of this skeleton set.

Member Data Documentation

◆ MeshToSkeletonTable

TArray<int32> FSkeletonToMeshLinkup::MeshToSkeletonTable

Mapping table. Size must be same as size of ref pose (not bone tree). No index should be more than the number of bones in this skeletalmesh -1 indicates no match for this bone - will be ignored.

◆ SkeletonToMeshTable

TArray<int32> FSkeletonToMeshLinkup::SkeletonToMeshTable

Mapping table. Size must be same as size of bone tree (not Mesh Ref Pose). No index should be more than the number of bones in this skeleton -1 indicates no match for this bone - will be ignored.


The documentation for this struct was generated from the following file: