UAnimPoseExtensions::GetCurveNames

Returns an array of curve names contained by the pose

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 GetCurveNames
(
    const [FAnimPose](API\Editor\AnimationBlueprintLibrary\FAnimPose) & Pose,
    [TArray](API\Runtime\Core\Containers\TArray)< [FName](API\Runtime\Core\UObject\FName) > & Curves
)

Remarks

Returns an array of curve names contained by the pose

Parameters

Name Description
Pose Anim Pose to retrieve the names from
Curves Array to be populated with the curve names

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library