Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FCSPose
Description
Blends Component Space transforms to MeshPose in Local Space. Used by SkelControls to apply their transforms.
The tricky bit is that SkelControls deliver their transforms in Component Space, But the blending is done in Local Space. Also we need to refresh any Children they have that has been previously converted to Component Space.
| Name | LocalBlendCSBoneTransforms |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/BonePose.h |
| Include Path | #include "BonePose.h" |
void LocalBlendCSBoneTransforms
(
TConstArrayView< FBoneTransform > BoneTransforms,
float Alpha
)