How to get overlapping component of the overlapped actor

At this point I only needed to know if one of the components is overlapped but I just thought that getting array might also be helpful in future in case I have something complicated going on.

…I still don’t get why I can’t (and you can) connect the Get Overlapping Components. I thought this will loop through all of the components of a certain class in a certain actor, and then I would e.g. check for each whether they are currently overlapping. What exactly should I do in order to get the overlapping information like you did?

I really should take another BP course…