Arrays are killing me. How do I get the UIDs of 4 instances of one object into 4 slots in an array?
I created an object, dragged 4 instances of it to the Layout. Then I created an array on the layout and get it dimensions of 4,1,1.
On the event sheet I tried:
Array>For Each element on the event
Array>Set Value at Arrayname.At(loopindex) to objectname.UID on the action
It doesn't seem to work and I can't figure out where it's messed up. Can anyone help explain this concept? Once the UIDs are in the array, I think I know how to use the array with For Each statemes.
Thank you in advance for any help