Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Animation > API/Runtime/Engine/Animation/AnimData > API/Runtime/Engine/Animation/AnimData/IAnimationDataController
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Animation/AnimData/IAnimationDataController.h |
| Include | #include "Animation/AnimData/IAnimationDataController.h" |
UFUNCTION (BlueprintCallable, Category=CurveData,
Meta=(DeprecatedFunction, DeprecationMessage="This function is no longer used."))
virtual void FindOrAddCurveNamesOnSkeleton
(
USkeleton * Skeleton,
ERawCurveTrackTypes SupportedCurveType,
bool bShouldTransact
)
Remarks
Updates the curve names with the provided skeleton, if a display name is not found it will be added thus modifying the skeleton. Broadcasts a EAnimDataModelNotifyType::CurveRenamed for each curve name for which the UID was different or if it was added as a new smart-name, wrapped within BracketOpened/BracketClosed notifies.
Parameters
| Name | Description |
|---|---|
| Skeleton | Skeleton to retrieve the display name values from |
| SupportedCurveType | Curve type for which the names should be updated |
| bShouldTransact | Whether or not any undo-redo changes should be generated |