Ai Following Waypoints

Yes. You would use that array in your AI Controller blueprint.

As I already mentioned above, the GetActorsOfClass is not guaranteed to return your items in the order in which you added them to the scene. It might happen that they end up in the order you want, but you shouldn’t really count on it :slight_smile:

Good luck on your UE4 adventure!