Overlap Chain

Hello,

Reposting this old thread because I’d like to know the answer but the links are dead…

Is there any way to get actors on an ‘overlap chain’ ? like if A is overlapping with B and B is also overlapping with C D and E, I would like to get all of this actors in a single array.

Cheers!

create a interface define function get current overlap actor.
then implement interface.
when overlap, set the overlap actor.
then return this from interface function.
in the end, when u want to get all overlap actor, make loop function use interface get overlap actor.

This other post could help: