Add Multiple Child Actors, Then Make Array Of Added Actors

Hello,

In my construction script of one blueprint, I am adding 10 child actors (all sharing another blueprint called DNA), and then I would like to insert each of those instanced actors directly into an array.

The only problem is, the array is a Child Actor Component array, and not an array of my DNA blueprint.

Is there a way for me to insert the instance of the blueprint itself into the array? My hope is that if I do “Get x from Generation DNA”, the instance of the blueprint is already referenced so that I don’t have to use additional nodes later on to call the functions of the DNA blueprint that I need.

Thanks

I figured it out: