Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/IAnimationDataController
Description
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.
| Name | UpdateCurveNamesFromSkeleton |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Animation/AnimData/IAnimationDataController.h |
| Include Path | #include "Animation/AnimData/IAnimationDataController.h" |
UFUNCTION (BlueprintCallable, Category=CurveData,
Meta=(DeprecatedFunction, DeprecationMessage="This function is no longer used."))
virtual void UpdateCurveNamesFromSkeleton
(
const USkeleton * Skeleton,
ERawCurveTrackTypes SupportedCurveType,
bool bShouldTransact
)
Parameters
| Name | Remarks |
|---|---|
| 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 |