Double Overlaping 3rdPersonCharacter

Hello :wave:

Trying to make a mini-quest. Where you will pick up a something by just touching(overlapping) it, and then it’s teleports to the next location from the array.

Here’s blueprint:

I choose standard 3rdPerson template. Other trigger boxes are work fine. But when 3rdPersonCharacter is overlapping this script, for some reason it causes double reaction.

Here’s PrintString shows me that is array index value was returned two times when 3rdPersonCharacter overlapping triggerbox. And of course, the object that I pick up teleports to the 2nd location, instead of first:
image

BUT! If I drop on this TriggerBox a Sphere, for some reason overlapping, working perfect.
When charecter overlaps:


When sphere overlaps:
image

Is it possible to find out why 3rdPersonCharacter cause double overlapping, only on this blueprint? Sorry for my English, not my native language. Thank you!

Hello! Could you send a screenshot of the object blueprint?