Able Ability System Info and Support Thread

You could make an interface or some such for the actor. In my projects I tend to have a base class that all my enemies / players inherit from (MyGameCharacter) which has some basic fields and such (Tags, OnHit calls, etc). You could do something similar.