Triggers overlap problem

Hey, i’m working on a game and I have a problem.
You have the ability to shoot arrows and then pick them up but the problem is if there are 2 arrows on the same place you can’t pick them up because you are indise 2 or more triggers, you can pnly pickup the first and than to pick up whats left you have to get out of the trigger and come back to it again.
is there an option to make it so that you can pick them up in the same location?

I don’t know exactly how you manager the pickup but you can use
“Get Overlapping Actors” or “Get Overlapping Components” with “Foreach Loop” to collect all the elements inside a Trigger

the pickup blueprint