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 |
UFUNCTION (BlueprintCallable, Category=Curves,
Meta=(ScriptMethod, DeprecatedFunction, DeprecationMessage="Curve identifiers are no longer retrievable globally from the skeleton, they are specified per-animation."))
static TArray < FAnimationCurveIdentifier > GetCurveIdentifiers
(
USkeleton * InSkeleton,
ERawCurveTrackTypes CurveType
)
Remarks
Retrieves all curve identifiers for a specific curve types from the provided Skeleton Array of FAnimationCurveIdentifier instances each representing a unique curve if the operation was successful, empyty array otherwise
Parameters
| Name | Description |
|---|---|
| InSkeleton | Skeleton from which to retrieve the curve identifiers |
| CurveType | Type of the curve identifers to retrieve |