Navigation
API > API/Plugins > API/Plugins/RigLogicModule > API/Plugins/RigLogicModule/USkelMeshDNAUtils
Description
Updates the positions, orientation and scale in the joint hierarchy using the data from DNA file
Updates bind pose using joint positions from DNA.
| Name | UpdateJoints |
| Type | function |
| Header File | /Engine/Plugins/Animation/RigLogic/Source/RigLogicModule/Public/SkelMeshDNAUtils.h |
| Include Path | #include "SkelMeshDNAUtils.h" |
| Source | /Engine/Plugins/Animation/RigLogic/Source/RigLogicModule/Private/SkelMeshDNAUtils.cpp |
static void UpdateJoints
(
USkeletalMesh * InSkelMesh,
IDNAReader * InDNAReader,
FDNAToSkelMeshMap * InDNAToSkelMeshMap
)