Navigation
BlueprintAPI > BlueprintAPI/Animation > BlueprintAPI/Animation/Pose
Retrieves the reference pose transform for the provided bone name
Target is Anim Pose Extensions
Inputs
| Type | Name | Description |
|---|---|---|
| struct | Pose | Anim Pose to retrieve the transform from |
| name | Bone Name | Name of the bone to retrieve |
| enum | Space | Space in which the transform should be retrieved |
Outputs
| Type | Name | Description |
|---|---|---|
| transform | Return Value | Transform in requested space for bone if found, otherwise return identity transform |