Get specific actor after spawning tiles

I have hex tiling generator from a HexMesh_BP.

But how do I get specific one to do some operations?

If I print return value directly then it prints all the spawn actor’s name.

I tried above approach getting child actor and setting it to array.

But it doesn’t print anything.

Here is the Hex generator algorithm