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)
bool RenameCurve
(
const FAnimationCurveIdentifier & CurveToRenameId,
const FAnimationCurveIdentifier & NewCurveId,
bool bShouldTransact
)
Remarks
Renames the curve with provided identifier. Broadcasts a EAnimDataModelNotifyType::CurveRenamed notify if successful. Whether or not the curve was successfully renamed
Parameters
| Name | Description |
|---|---|
| CurveToRenameId | Identifier for the curve to be renamed |
| NewCurveId | Time of the key to be removed |
| bShouldTransact | Whether or not any undo-redo changes should be generated |