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 float GetCurveWeight
&40;
const FAnimPose & Pose,
const FName & CurveName
&41;
Remarks
Returns the weight of an evaluated curve - if found Curve weight value, if found - 0.f otherwise
Parameters
| Name | Description |
|---|---|
| Pose | Anim Pose to retrieve the value from |
| CurveName | Curve to retrieve the weight value for |