Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Animation > API/Runtime/Engine/Animation/AnimData > API/Runtime/Engine/Animation/AnimData/UAnimationCurveIdentifierExtensi-
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Animation/AnimData/CurveIdentifier.h |
| Include | #include "Animation/AnimData/CurveIdentifier.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Animation/CurveIdentifier.cpp |
static FAnimationCurveIdentifier FindCurveIdentifier
&40;
const USkeleton &42; InSkeleton,
FName Name,
ERawCurveTrackTypes CurveType
&41;
Remarks
Tries to construct a valid FAnimationCurveIdentifier instance. It tries to find the underlying SmartName on the provided Skeleton for the provided curve type. Valid FAnimationCurveIdentifier if the name exists on the skeleton and the operation was successful, invalid otherwise
Parameters
| Name | Description |
|---|---|
| InSkeleton | Skeleton on which to look for the curve name |
| Name | Name of the curve to find |
| CurveType | Type of the curve to find |