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 GetBoneNames
&40;
const FAnimPose & Pose,
TArray< FName > & Bones
&41;
Remarks
Returns an array of bone names contained by the pose
Parameters
| Name | Description |
|---|---|
| Pose | Anim Pose to retrieve the names from |
| Bones | Array to be populated with the bone names |