You can create curve with same name in the animation editing but you cannot change curve name to an existing curve name. It’s just discarding new name.
Actually you can create multiple curve with same name on diffrent animations. No problem here.
= Steps =
Create “Test” variable curve on a “A AnimSequence”
Try to create “Test” variable curve on a “B AnimSequence”. Editor will not allow to create curve with named “Test”
But it is allows you to create same curve name withing “Add Variable Curve → Available Names”
I don’t know it is feature or not. When I need to rename my curves to existing name, it is require me to delete all curves and re-add within “Add Variable Curve → Available Names”
I do not understand "When I need to rename my curves to [an] existing name, it require[s] me to delete all curves and re-add with “Add Variable Curve → Available Names…”
You can type in new names right here as long as you are not repeating the same name of a track already there (For example, you could change this “5” to a “4” but not to a “1” because track “1” already exists):
I see now… following your repro steps I was able to replicate the issue and have entered it as JIRA [UE-20005] for tracking purposes. When this bug has been fixed we will update this post to let you know.
in SCurveEdTrack::NewCurveNameEntered() - found about 300 lines into SAnimCurvePanel.cpp
I presume with this change that you will also be able to create two or more curves in one animation with the same name, which could be very bad, so be sure to be careful.