I’m curious how Get All Actors of Class works in terms of the order of the actors. How is the order determined?
I would assume it is undefined and you shouldn’t rely on it ever being sorted in any particular order.
Thanks! It appears to be ascending alpha numeric on the class instance name (or some ascending order.) But I agree – I’m “sort-of” relying on it, but probably not a good idea.