How can I spawn item at random locations
Not much to go by with a question asked in such a generic way 
Here’s a generic answer:
- use
random
nodes to generate a location and feed that data to the Spawn Actor from Class node. Notable examples:
It all depends on what you really need.