UAnimPoseExtensions::GetCurveWeight

Returns the weight of an evaluated curve - if found

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 float GetCurveWeight
(
    const [FAnimPose](API\Editor\AnimationBlueprintLibrary\FAnimPose) & Pose,
    const [FName](API\Runtime\Core\UObject\FName) & CurveName
)

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

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library