Can't Get Collision at Array

To make sure it is overlapping the right component drag from Out Components > ForEachLoop > Drag from Array Element > Cast to whatever you want to check if overlapped.

Hello,
I try to get the collision but can’t. Checked everything, nothing is wrong even the WorldDynamic and WorldStatic types are right, and to see they collide I saw that they collide. Please help. Both things that will collide are BoxComponents.

Can’t find cast?

When I do Overlap with Set Event, without array, it works. But it would be so much repeating same event, do you think should I cont. trying on this or do one by one?

First Cast to the actor that boxcomponent is in, and then get the box component from that cast.