Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UAnimationCurveIdentifierExtensi-
Description
Tries to construct a valid FAnimationCurveIdentifier instance. It tries to find the underlying SmartName on the provided Skeleton for the provided curve type.
| Name | FindCurveIdentifier |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Animation/AnimData/CurveIdentifier.h |
| Include Path | #include "Animation/AnimData/CurveIdentifier.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Animation/CurveIdentifier.cpp |
UFUNCTION (BlueprintCallable, Category=Curves,
Meta=(ScriptMethod, DeprecatedFunction, DeprecationMessage="Curve identifiers are no longer retrievable globally from the skeleton, they are specified per-animation."))
static FAnimationCurveIdentifier FindCurveIdentifier
(
const USkeleton * InSkeleton,
FName Name,
ERawCurveTrackTypes CurveType
)
Valid FAnimationCurveIdentifier if the name exists on the skeleton and the operation was successful, invalid otherwise
Parameters
| Name | Remarks |
|---|---|
| InSkeleton | Skeleton on which to look for the curve name |
| Name | Name of the curve to find |
| CurveType | Type of the curve to find |