FCSPose::LocalBlendCSBoneTransforms

Blends Component Space transforms to MeshPose in Local Space.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/BonePose.h

Include

#include "BonePose.h"

Syntax

void LocalBlendCSBoneTransforms
(
    const TArray< struct FBoneTransform > & BoneTransforms,
    float Alpha
)

Remarks

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.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss