Navigation
Unreal Engine C++ API Reference > 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 GetSocketNames ( const [FAnimPose](API\Editor\AnimationBlueprintLibrary\FAnimPose) & Pose, [TArray](API\Runtime\Core\Containers\TArray)< [FName](API\Runtime\Core\UObject\FName) > & Sockets )
Remarks
Returns an array of socket names contained by the pose
Parameters
Name | Description |
---|---|
Pose | Anim Pose to retrieve the names from |
Sockets | Array to be populated with the socket names |