[Help] Transform randomly actors location with this actors location.

Hi Everyone, :slight_smile:

I would like to transform my 8 actors location with this 8 actors locations randomly.
But in game, this actors are superposed.

Please help me for my blueprint, Thank you in advance

I test to make a list of item and distribute randomly the location but donโ€™t work properly :frowning:

What are you trying to do exactly?

Make an array of the locations as well. Use a For Each node on the actors, pick a random location from the location array. After spawning/moving the actor, remove that location out of the array. This way, another actor cannot spawn in that spot. Hope this helps

I succeed with this blueprint. But itโ€™s a long work for a little result.

@Apollon08170

If you are looking to Randomize actors locations (Between each other) :

If you have free spot and you want to select one of the to place an actor and remove it from the list: