Hi.
“Set Members in Struct” still doesn’t work with Arrays.
Many users complained that you have to use “set Array elem”.
In my Example I have one big Main Array of “S_Item Stack” as seen above.
Every Item has a category.
What If I want to have an array of Items of a certain category?
I have to ensure myself that the Item in the Main Array is altered as well, If I want to modify the Array of Items of a certain category.
With an Array of References, this wouldn’t be a problem.