Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/IAnimationDataController
Description
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.
| Name | FindOrAddCurveNamesOnSkeleton |
| 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 FindOrAddCurveNamesOnSkeleton
(
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 |