FCSPose::ConvertComponentPosesToLocalPosesSafe

This function convert component space to local space to OutPose

Windows
MacOS
Linux

References

Module

Engine

Header

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

Include

#include "BonePose.h"

Syntax

static void ConvertComponentPosesToLocalPosesSafe
(
    FCSPose< PoseType > & InPose,
    PoseType & OutPose
)

Remarks

This function convert component space to local space to OutPose

Contrast to ConvertComponentPosesToLocalPoses, this allows some parts of chain to stay in local space before conversion And it will calculate back to component space correctly before converting back to new local space This is issue when child is in component space, but the parent is not. Then we have to convert parents to be in the component space before converting back to local

However it is more expensive as a result.

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