![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <Skeleton.h>
Public Attributes | |
| TArray< int32 > | SkeletonToMeshTable |
| TArray< int32 > | MeshToSkeletonTable |
This is a mapping table between bone in a particular skeletal mesh and bone of this skeleton set.
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.
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.