Get spawned actor from array for boolean/component check

As can be seen in screenshot I spawn deer actors into array. Next step I need to get each spawned deer from array separately and check if actor is alive and toggle health bar component then. Yet Get node returns only basic actor not compatible with my specific deer actor. Other ways of getting spawned copy of deer from array yet unknown to me. Will be grateful for help.

You can either change the array to be your specific deer actor or just cast to the deer actor after the Get…

Totally forgot about casting. Still not common to it. Will give it a try now.

1 Like