How do I create an instance of a blueprint actor from within the Level blueprint?

I have a box blueprint. I would like the level to randomly place boxes around the level.
How do I create multiple instances of the box.

Event BeginPlay-> For loop-> Generate RandomVertex-> ???

Whats the command to create the object?