I believe that currently when retrieving an item from an array using the Array Get node, it is always a copy of the data inside the array. In some cases, such as when working with structs that contain arrays, it would be better if there was an option to get a reference to the struct inside the array so you can directly alter it. Specifically when the struct contains an array, it would be great if we could directly alter that array without having to make a copy of the struct and reinserting that into the outer array. Here is how it currently would be done:

And this is what it could look like if there was an Array Get By Reference option:

It would be even greater if specific struct members could be altered without having to respecify all others.
And this is what it could look like if there was an Array Get By Reference option:
It would be even greater if specific struct members could be altered without having to respecify all others.
Comment