Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Animation > API/Runtime/Engine/Animation/AnimData > API/Runtime/Engine/Animation/AnimData/IAnimationDataController
- IAnimationDataController::RenameCurve()
- UAnimDataController::RenameCurve()
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Animation/AnimData/IAnimationDataController.h |
| Include | #include "Animation/AnimData/IAnimationDataController.h" |
bool RenameCurve
&40;
const FAnimationCurveIdentifier & CurveToRenameId,
const FAnimationCurveIdentifier & NewCurveId,
bool bShouldTransact
&41;
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 |