Easy Way to Move Multiple Objects

So basically on Event Start i had the level BP “Make Array” for each object, each StartLocation, and each EndLocation, creating a variable array for each, then ran it into the timeline and set the Alpha to a variable.

After that i went to Event Tick and ran a ForEachLoop with the Object array as the Array. Array Element Output ran to 2 SetActorLocation functions, and the Array Index to 2 separate GET Array (one for StartLoc and one for EndLoc, the array variables i had created earlier) and ouput the GET’s to their own GetActorLocation. I’d go into further detail, but i think a SS will suffice for anyone that has this issue in the future.

Much cleaner and functions perfectly. Thanks so much for the help!!!