Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Animation > API/Runtime/Engine/Animation/UAnimCurveMetaData
- IInterface_AnimCurveMetaData::RenameCurveMetaData()
- UAnimCurveMetaData::RenameCurveMetaData()
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/Animation/AnimCurveMetadata.h |
| Include | #include "Animation/AnimCurveMetadata.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Animation/AnimCurveMetaData.cpp |
virtual bool RenameCurveMetaData
&40;
FName OldName,
FName NewName
&41;
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 |