Why is Get Overlapping Actors not working for me?


This does not trigger the string “poopoo” even though the sphere collision “splashCapsul” is overlapping things. It should be running the Loop Body but its not.

  1. make sure your actor and the other actors have generate overlap events tagged
    and OverlapAll as collision preset

image

  1. add a delay before the loop. If you want to get overlapped actors in the first BEGINPLAY frame it wont work.

image

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.