Hello,
I have many packed structs of the same size and I want to combine them to an array, so that I can go through all of them in a loop. When I create this array, a new instance of all structs will be created inside the array. Is it possible to do that by reference? I want to be able to address the single structs with and also without the array.
Thank you in advance.
Kristof