overlapping problem

Hello,

I am trying to detect the overlap between two actors, but the problem it always return false. The generate overlapping events is enabled for both actors.

please if you have any idea about this tell me.

Thanks,

Imo your setupis very bad. Getting all actors in tick is not good.
But first try: use event on overlap and print string… go overlap actor who you want to get overlap (this will make sure your overlap settings are good)
Then better is use array -> for each loop and compare single actor output with aibuggy variable…

wow, u can use event actor begin overlap or component begin overlap to check the other actor, and u can use tag or bp interface to detect the other actor instead of using loop macro for the best performance.