No Get Ref for actor subclass array?

sorry to resurrect a dead thread but i was running low on sleep and noticed this same thing and googled it but then i came to my senses and realized. its not a bug. an array of objects (ie: custom actors) isn’t an array of objects at all… its an array of object REFERENCES. so you’re copying the reference which gives u a reference to the object (the object being a custom actor).

4 Likes