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