Navigation
API > API/Editor > API/Editor/AnimationBlueprintLibrary > API/Editor/AnimationBlueprintLibrary/UAnimPoseExtensions
References
| Module | AnimationBlueprintLibrary |
| Header | /Engine/Source/Editor/AnimationBlueprintLibrary/Public/AnimPose.h |
| Include | #include "AnimPose.h" |
| Source | /Engine/Source/Editor/AnimationBlueprintLibrary/Private/AnimPose.cpp |
static FTransform GetRefPoseRelativeTransform
&40;
const FAnimPose & Pose,
FName FromBoneName,
FName ToBoneName,
EAnimPoseSpaces Space
&41;
Remarks
Retrieves the relative transform for the reference pose between the two provided bone names Relative transform in requested space for bone if found, otherwise return identity transform
Parameters
| Name | Description |
|---|---|
| Pose | Anim Pose to retrieve the transform from |
| FromBoneName | Name of the bone to retrieve the transform relative from |
| ToBoneName | Name of the bone to retrieve the transform relative to |
| Space | Space in which the transform should be retrieved |