Array of Actor Blueprints for the Cast To Actor?

How would I go about creating an array of actor blueprints for the Cast To Actor event? The cast to does not accept the typical Array (even if the BP’s are in the array).

Usage case scenario is to have multiple vehicles that the user can get in / out of.

not sure i understand… if you want to cast to each actor in the array, you can use a foreachloop.

sweet, ty sir :smiley:

Now, How to add these casted BP to a new BP list?