Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FCSPose
Description
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.
| Name | ConvertComponentPosesToLocalPosesSafe |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/BonePose.h |
| Include Path | #include "BonePose.h" |
static void ConvertComponentPosesToLocalPosesSafe
(
FCSPose < PoseType > & InPose,
PoseType & OutPose
)