Is there any way to put many actors in the world using brush tool?

I don’t think so. However, you can spawn them with SpawnActor in your GameMode or LevelBlueprint. All you need is a for loop and a random location. <3