Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Animation > API/Runtime/Engine/Animation/USkeleton
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Animation/Skeleton.h |
| Include | #include "Animation/Skeleton.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Animation/Skeleton.cpp |
bool RenameCurveMetaData
(
FName OldName,
FName NewName
)
Remarks
Renames a curve metadata entry. Metadata is preserved, but assigned to a different curve name. true if the rename was successful (the old name was found and the new name didnt collide with an existing entry)
Parameters
| Name | Description |
|---|---|
| OldName | The name of an existing curve entry |
| NewName | The name to change the entry to |