How to check what Actor overlapped with an other Actor?

Is there another way other than cast to check if a certain actor overlapped with our main actor?

actor tag or interface implementation or component

1 Like

You could put the collision check within the main actor, and broadcast the collision event when it matches your criteria via delegates.

1 Like