Navigation
API > API/Developer > API/Developer/AnimationDataController > API/Developer/AnimationDataController/UAnimDataController
- IAnimationDataController::RenameCurve()
- UAnimDataController::RenameCurve()
References
| Module | AnimationDataController |
| Header | /Engine/Source/Developer/AnimationDataController/Public/AnimDataController.h |
| Include | #include "AnimDataController.h" |
| Source | /Engine/Source/Developer/AnimationDataController/Private/AnimDataController.cpp |
virtual 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 |