Hello,
Does anyone know a way to make a copy (deep copy) of TrackEvent ?
What I want to achieve is copy / paste like feature in my c# script.
The problem that I face is that when I keep reference to TrackEvent event, and later on modify it, and then paste I do paste event with all it's new modifications (as my "copy" references event) but I would want to paste event with old state.
Any help are more than welcome
Regards