Navigation
API > API/Plugins > API/Plugins/MetaHumanPerformance > API/Plugins/MetaHumanPerformance/UMetaHumanPerformanceExportUtils
Description
Calculates the global transform of a bone in a given reference skeleton. Returns false if the requested bone was not found in the Skeleton
| Name | GetBoneGlobalTransform |
| Type | function |
| Header File | /Engine/Plugins/MetaHuman/MetaHumanAnimator/Source/MetaHumanPerformance/Public/MetaHumanPerformanceExportUtils.h |
| Include Path | #include "MetaHumanPerformanceExportUtils.h" |
| Source | /Engine/Plugins/MetaHuman/MetaHumanAnimator/Source/MetaHumanPerformance/Private/MetaHumanPerformanceExportUtils.cpp |
static bool GetBoneGlobalTransform
(
const class USkeleton * InSkeleton,
const FName & InBoneName,
FTransform & OutTransform
)