hello,
my data table row has a array of an enum ive defined in c++, the editor itself is pretty frustrating to use due to expanding/collapsing after edits (under random circumstances).
but where it gets brutal is when i can’t duplicate a row by copying and pasting the entire data because my enums will always be set to the first item… then when i manually click in to fix them… the expanding/collapsing.
if you have an array and you copy and paste the entire array, when you paste it in, all enums get reset to zero
yes i can json import/export which is what im doing, but FYI thats a bug