Is Get all actors of class consistent?

So if I want to know which object to assign what property upon loading the level, what would be the best option? With actors of class thing I thought about it firing at the start of the level once, gather all actors into array and then assign them integer value in order of their position in array. And save-load system would use these integers to identify objects and assign correct parameters to them.