Spawning scene actors from array

Yes, one method would be to let the Card BP create itself as a random Card instead of spawning a Random card.

The other method would be to create a Card Base Class and from that, create your different Card as a Child Class. Then you could create an array of classes and spawn them, but i guess modifying the BaseClass on Spawn like zeOrb said is the better approach :smiley: