Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FCSPose
Description
Set a bunch of Component Space Bone Transforms. Do this safely by insuring that Parents are already in Component Space, and any Component Space children are converted back to Local Space before hand.
| Name | SafeSetCSBoneTransforms |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/BonePose.h |
| Include Path | #include "BonePose.h" |
void SafeSetCSBoneTransforms
(
TConstArrayView< FBoneTransform > BoneTransforms
)