Navigation
BlueprintAPI > BlueprintAPI/AttributeData
Adds a new attribute with the provided information. Broadcasts a EAnimDataModelNotifyType::AttributeAdded notify if successful.
Target is Animation Data Controller
Inputs
| Type | Name | Description |
|---|---|---|
| exec | In | |
| object | Target | |
| struct | 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 added |