Renaming Curves in Curve Table

I don’t know if it’s my own incompetence or if it’s a bug in the editor, but I cannot change the names of curves in a Curve Table, it’s Curve, Curve-0, Curve-1, etc. all the way.

Right-click, double-click, F2, nothing. Is it a hidden/obscure feature or a bug?

UE5.0.3, Windows 10

Thanks!

Hello,

I had a similar issue and have logged it with Epic. Hopefully they can fix it.

For the time being, here is a workaround I did:

  • Right Click on your Curve Table Asset.
  • Select “Export as CSV” or “Export as JSON”, either will work.
  • Open the generated file in a Text Editor.
  • Modify the file to your liking.
  • Reimport the file, either through the Import button next to Add, or by clicking and dragging the File into the Content Browser.
1 Like

King! Thank you!

I’ll take a workaround over nothing anyday. Cheers!

When I do this and reimport the file, the name will change but so will the curve. It seems as though it will not generate the info for the curve itself, just where the keys lie on the graph (the XY coordinate).

Do you know of a workaround for that too or will the curves always be lines?