Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Components > API/Runtime/Engine/Components/USkeletalMeshComponent
Deprecated * Direct access to this property is deprecated, please use GetBoneSpaceTransforms instead. We will move to private in the future.
Syntax
TArray< FTransform > BoneSpaceTransforms
Remarks
Temporary array of local-space (relative to parent bone) rotation/translation for each bone. This property is not safe to access during evaluation, so we created wrapper.