Actor/Structure Key Spawn

I meant this sort of concept:

So you can spawn one of each type of actor, and set their properties.

You can either set the properties right on the spawn node ( if you have exposed them on spawn ), or with a plain SET node right after spawning them.

PS: If the struct is an array of qualities, you can then use a foreach loop. Which is what I was getting at.