Navigation
API > API/Developer > API/Developer/AnimationDataController > API/Developer/AnimationDataController/UAnimDataController
- IAnimationDataController::DuplicateCurve()
- UAnimDataController::DuplicateCurve()
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 DuplicateCurve
&40;
const FAnimationCurveIdentifier & CopyCurveId,
const FAnimationCurveIdentifier & NewCurveId,
bool bShouldTransact
&41;
Remarks
Duplicated the curve with the identifier. Broadcasts a EAnimDataModelNotifyType::CurveAdded notify if successful. Whether or not the curve was successfully duplicated
Parameters
| Name | Description |
|---|---|
| CopyCurveId | Identifier for the to-be-duplicated curve |
| NewCurveId | Identifier for the to-be-added curve |
| bShouldTransact | Whether or not any undo-redo changes should be generated |