I want to spawn 3 random objects at specific locations

I want to spawn 3 random objects at specific locations

Two questions are you using blueprints or C++. Is the issue that you have no idea how to do this or that you don’t know how to generate random numbers.

You can setup an array of the 3 locations, and then loop through each location, and spawn something. The class that is being spawned can be randomly chosen using select nodes and a random int in range.