How do I get the health variable from multiple different enemy classes?(blueprint)

you’d want an interface to return the health, or an actor component and use GetComponentByClass

1 Like