How to get target from array?

Hi, is it possible to get target actor (spawned) from Array or maybe connect Hit Actor from Break Hit Result to Skeletal Mesh?

Have you tried the Find node for arrays? Really easy to find an item if the array is just a list of the same type of items. Is that what you mean?

New actor in array has the the same type but unique name (unicorn_BP10, unicorn_BP11…) and I have to find the correct one that Break Hit Result points in Hit Actor.

Hey Gooner44, thanks for pointing out the solution :slight_smile: Now it works as should I added Find Item and Get nodes