Choose your operating system:
Windows
macOS
Linux
Actions
Add Attribute |
Adds a new attribute with the provided information. Broadcasts a EAnimDataModelNotifyType::AttributeAdded notify if successful. Target is Animation Data Controller |
Add Attribute (Message) |
Adds a new attribute with the provided information. Broadcasts a EAnimDataModelNotifyType::AttributeAdded notify if successful. Target is Animation Data Controller |
Duplicate Attribute |
Duplicated the attribute (curve) with the identifier. Broadcasts a EAnimDataModelNotifyType::AttributeAdded notify if successful. Target is Animation Data Controller |
Duplicate Attribute (Message) |
Duplicated the attribute (curve) with the identifier. Broadcasts a EAnimDataModelNotifyType::AttributeAdded notify if successful. Target is Animation Data Controller |
Remove All Attributes |
Removes all stored attributes. Broadcasts a EAnimDataModelNotifyType::AttributeRemoved notify for each removed attribute. Target is Animation Data Controller |
Remove All Attributes (Message) |
Removes all stored attributes. Broadcasts a EAnimDataModelNotifyType::AttributeRemoved notify for each removed attribute. Target is Animation Data Controller |
Remove All Attributes for Bone |
Removes all attributes for the specified bone name, if any. Broadcasts a EAnimDataModelNotifyType::AttributeRemoved notify for each removed attribute. Target is Animation Data Controller |
Remove All Attributes for Bone (Message) |
Removes all attributes for the specified bone name, if any. Broadcasts a EAnimDataModelNotifyType::AttributeRemoved notify for each removed attribute. Target is Animation Data Controller |
Remove Attribute |
Removes an attribute, if found, with the provided information. Broadcasts a EAnimDataModelNotifyType::AttributeRemoved notify if successful. Target is Animation Data Controller |
Remove Attribute (Message) |
Removes an attribute, if found, with the provided information. Broadcasts a EAnimDataModelNotifyType::AttributeRemoved notify if successful. Target is Animation Data Controller |
Remove Attribute Key |
Remove a single key from the attribute with provided identifier. Broadcasts a EAnimDataModelNotifyType::AttributeChanged notify if successful. Target is Animation Data Controller |
Remove Attribute Key (Message) |
Remove a single key from the attribute with provided identifier. Broadcasts a EAnimDataModelNotifyType::AttributeChanged notify if successful. Target is Animation Data Controller |