Add an actor array to your game state. When you initialize your component, add the owning actor to that array (add unique). When you uninitialize your component remove the owning actor from the array.
Quick sketch:
1 Like