As far as I can tell, FTimeline has no way to remove a Curve.There are a bunch of AddInterp* functions, but no RemoveInterp* functions. Subclassing isn’t an option either, as all the members are private.
It’s possible like this: TimelineObj->FloatTracks.RemoveAt(SelTrack->TrackIndex);