In Unity there was a simple “Tag” system, if Player.collide.TagName(“enemy”) apply.damage. etc
How would you group A,B,C, enemies in Unreal to implement on BeginOverlap damage effectively?
thank you.
my use of enemy is AIPlayerController blueprint.