Random loot spawning in each match

I want to make my own house in game. It’s OK but i want to make random loot in house. How i can make it? I am making shooting game, from blank blueprint. And loots need to be random each match? I saw PUBG made from Unreal Engine with random loots.

hmmm… so i suggest u use the begin play node then take a switch node from it. in selection pin of switch node add a input of random int in range and then put 0 as min and the number of loot items u have(u will have to -1 from that because 0 counts as 1 item.) and then in the pins on the right hand side drag the pins and use Spawn actor from class.