Make Array pick a value more than 1 time?

Hello, I have bushes in my game that you go through to spawn random animals depending on the level. Currently my blueprint only picks 1 animal from the array to spawn. I would like it to spawn 1 - 4 random animals. Not up to 4 of the same animal, but up to 4 random selections from the array.

This should spawn 1-4 actors from the Random Animals array.

This does not account for repetitions, so there’s a chance to spawn more than 1 of the same class.

Can’t you use to make it loop a random times.

That worked perfectly. Blessings unto you Everynone.