If I understood right, this event checks every frame if i started overlapping smth or not. But what if ill begin overlapping 2 or more actors once in one frame, then reference of which actor will be in “Other actor”?
It would be called multiple times, once for every actor since they all “began overlapping”.
If you are looking for a specific actor a common way is to try and “cast to” the type you are looking for and continue the logic from there (your actor will also have all its variables and functions as a side effect)
If you are asking about the order in which they would appear - there is no guranteed order (if they are in the exact same frame, which would be very rare unless its on spawn).
1 Like
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.