FCSPose::ConvertComponentPosesToLocalPoses

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 ConvertComponentPosesToLocalPoses
(
    FCSPose< PoseType > && InPose,
    PoseType & OutPose
)

Remarks

This function convert component space to local space to OutPose

This has been optimized with an assumption of all parents are calculated in component space for those who have been converted to component space After this function, accessing InPose.Pose won't be valid anymore because of Move semantics

If a part of chain hasn't been converted, it will trigger ensure.

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