Feature Request / Bug Report: Optionally Unique Structs

Wow, I have discovered that this problem is much larger than I initially thought.

I meant that contents of a struct end up dictating which reference struct is pulled from. So you can’t be sure which reference you are assigning values to when you call “set members” node. However, it appears problem runs even deeper.

Not only do struct references become same, but you can’t even set members of structs that are contained within arrays. Practically impossible to handle groups of structs…