I have an actor which generates 63 smaller pieces in the construction script, but I can’t put those actors in an array. I use an “add static mesh component” node inside a loop, and the return value goes to an “add” node, but the array is empty after the loop. When I first put it in the construction script it filled up normally, but after editing a different function it doesn’t fill up anymore. The strange thing is that the materials array next to it fills up normally. Is it just not possible to keep references to components created in the construction script?
Thanks in advance for your help.
(btw, i can only choose version 4.23 preview, but when i post this the official realease is already out)