Edit elements of array in datatable?

Hi! I’m wondering if it’s possible to somehow edit the elements of an array in a datatable (in the editor)? The elements are structs containing a uint8 and an FName and I want designers to be able to edit those in each element, but all one can do is add elements, not alter what the elements’ variables are themselves. If this is not possible, is there some way around it so I still can have a dynamic amount of elements where I can edit the ID and Amount of each element?

Thanks in advance!

EDIT: I solved it! I had already tried making the TArray as well as the members in the struct UPROPERTY, but it didn’t work then, which I didn’t understand… But it did now! I had to close the engine and start it again to be able to see the changes…

PS. I don’t know how to mark this question as solved?