Navigation
BlueprintAPI > BlueprintAPI/AttributeData
Removes an attribute, if found, with the provided information. Broadcasts a EAnimDataModelNotifyType::AttributeRemoved notify if successful.
Target is Animation Data Controller
Inputs
| Type | Name | Description |
|---|---|---|
| exec | In | |
| object | Target | |
| struct | Attribute Identifier | Identifier for the to-be-removed 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 removed |