Best way to communicate to a lot of other actors something is dead?

Yeah I think delegates make the most sense here. For projectiles that’s basically what I’m doing except listening to a different event since the player death doesn’t mean the actor is destroyed. All seams to work fine so I’ll just go with this. Maybe I’m sometimes overthinking performance, but just want to do things right.

1 Like