I think we have had a bit of a misunderstanding when I say structure I mean as in literal structure like a house as I’m making a city builder, this array is of all the structures (buildings) that my game has and the player can place down haha.
My issue is I can’t add any of the buildings into my array anymore although I could do it before, even if I change the parent of one of my buildings to actor I still cant add that building to an array. I even tried making new arrays in different blueprints and I still wasn’t able to do this. I can make arrays for other things and they work however I cannot add my buildings into an array.