If you have something like a gun with a collision box attached to your character, you can just click on the gun in the Components heiarchy and check off “generate overlap events”.
If you want something like where the character getting hit triggers subtractHealth() and the character’s gun getting hit triggers dropWeapon(), you would have to use Event Hit because there’s more information about which component got hit