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 void SetBonePose
&40;
FAnimPose & Pose,
FTransform Transform,
FName BoneName,
EAnimPoseSpaces Space
&41;
Remarks
Sets the transform for the provided bone name for a pose
Parameters
| Name | Description |
|---|---|
| Pose | Anim Pose to set transform in |
| Transform | Transform to set the bone to |
| BoneName | Name of the bone to set |
| Space | Space in which the transform should be set |