To set up a range of how many animals to spawn, add an int variable to the spawner, make it instance editable and expose on spawn(or setup a random int in range to set it as). Use a counter and branch decision(branch(counter>=spawn count)>spawn actor from class>add 1 to counter>loop back to branch decision