Is there really no way to know when an actor is destroyed? Only workaround I’ve found is OnDeactivated and to deactivate the component before destroying it. That’s not exactly ideal, but will work for the time being. I’m just curious if I’m doing something wrong here or if there really isn’t a OnDestroyed event for actor components.