Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UAnimInstance
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
float GetCurveValue
(
FName CurveName |
Returns the value of a named curve. | Animation/AnimInstance.h |
|
bool GetCurveValue
(
FName CurveName, |
Returns value of named curved in OutValue, returns whether the curve was actually found or not. | Animation/AnimInstance.h |
GetCurveValue(FName)
Description
Returns the value of a named curve.
| Name | GetCurveValue |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Animation/AnimInstance.h |
| Include Path | #include "Animation/AnimInstance.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Animation/AnimInstance.cpp |
UFUNCTION (BlueprintPure, Category="Animation|Curves", Meta=(BlueprintThreadSafe))
float GetCurveValue
(
FName CurveName
) const
GetCurveValue(FName, float &)
Description
Returns value of named curved in OutValue, returns whether the curve was actually found or not.
| Name | GetCurveValue |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Animation/AnimInstance.h |
| Include Path | #include "Animation/AnimInstance.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Animation/AnimInstance.cpp |
bool GetCurveValue
(
FName CurveName,
float & OutValue
) const