Navigation
BlueprintAPI > BlueprintAPI/AnimationBlueprintLibrary > BlueprintAPI/AnimationBlueprintLibrary/Skeleton
Renames a curve metadata entry. Metadata is preserved, but assigned to a different curve name.
Target is Animation Blueprint Library
Inputs
| Type | Name | Description |
|---|---|---|
| exec | In | |
| object | Skeleton | |
| name | Old Name | The name of an existing curve entry |
| name | New Name | The name to change the entry to |
Outputs
| Type | Name | Description |
|---|---|---|
| exec | Out | |
| boolean | Return Value | true if the rename was successful (the old name was found and the new name didnt collide with an existing entry) |