Navigation
BlueprintAPI > BlueprintAPI/AttributeData
Duplicated the attribute (curve) with the identifier. Broadcasts a EAnimDataModelNotifyType::AttributeAdded notify if successful.
Target is Animation Data Controller
Inputs
| Type | Name | Description |
|---|---|---|
| exec | In | |
| interface | Target | |
| struct | Attribute Identifier | Identifier for the to-be-duplicated attribute |
| struct | New Attribute Identifier | Identifier for the to-be-added attribute |
| boolean | Should Transact | Whether or not any undo-redo changes should be generated |
Outputs
| Type | Name | Description |
|---|---|---|
| exec | Out | |
| boolean | Return Value | Whether or not the attribute was successfully duplicated |