As Everynone said there no guaranty of proper order in “get all actors from class” node, you should track positioning yourself, make your own array. If you spawn runtime, put them in array yourself right away, if you place grid on level use cell position information to know where emplace the object. You can use map instead of array, you might find it easier to use in this case.