If your sword is a component of your player (not an actor attached to the player) you may want to add another cast, from onCOmponentBeginOverlap->otherComponent you should cast to capsuleComponent, so it will trigger only when enters a capsule component of your character. (Don’t remove the cast to ThirdPersonCharacter, just add the cast after it)