Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Animation > API/Runtime/Engine/Animation/AnimData > API/Runtime/Engine/Animation/AnimData/IAnimationDataController
Deprecated * This function is no longer used.
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Animation/AnimData/IAnimationDataController.h |
| Include | #include "Animation/AnimData/IAnimationDataController.h" |
virtual void UpdateCurveNamesFromSkeleton
&40;
const USkeleton &42; Skeleton,
ERawCurveTrackTypes SupportedCurveType,
bool bShouldTransact
&41;
Remarks
Updates the display name values for any stored curve, with the names being retrieved from the provided skeleton. Broadcasts a EAnimDataModelNotifyType::CurveRenamed for each to-be-updated curve 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 |