You need to get a reference to that actor,being it’s a combat system I’d think a collision event would be the best way. Say for example your shooting a projectile, on the projectiles hit(or overlap event), get overlap actor from pin, cast to class of enemy, get the component, then get the variable. From here you can take necessary actions. Hope this helps.
1 Like