Hey Counterpart0,
You have 2 options. Depending on your setup, either solution should work well for you.
First option is Make Array, which will return an array of your 5 cards. From there you can ForEachLoop, through all of your elements.
Second options is Array Variable, which will contain your 5 cards or as many as you need. So you need to create a Variable, and set the Type to your Cards. Next to Type, there is a checkers box which turns that variable into an Array Variable. From there you pull that Array Variable into the Event Graph, and add your Cards to it as noted within the Option 2 Box. So pick from the Array Variable, find the function Add, then pick a Card to the Variable slot of the Add. From there you can create use that Variable Array, and a ForEachLoop to cycle through all available Cards.
I hope that helps!
Peace