Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FAnimationRuntime
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/AnimationRuntime.h |
| Include | #include "AnimationRuntime.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Animation/AnimationRuntime.cpp |
static void ConvertBoneSpaceTransformToCS
&40;
const FTransform & ComponentTransform,
FCSPose< FCompactPose > & MeshBases,
FTransform & InOutBoneSpaceTM,
FCompactPoseBoneIndex BoneIndex,
EBoneControlSpace Space
&41;
Remarks
Convert a FTransform in a specified bone space to ComponentSpace.
Parameters
| Name | Description |
|---|---|
| ComponentTransform | The transform of the component. Only used if Space == BCS_WorldSpace |
| MeshBases | The pose to use when transforming |
| InOutBoneSpaceTM | The bone transform to convert |
| BoneIndex | The bone index of the transform |
| Space | The space that the transform is in. |