Are collision checks performed between all actors with collisions enabled? What I mean is are collision checks performed between two actors (with collision state enabled) even if neither actor has a collision event setup with the other?
I need to perform a collision test between 1 actor and about 27 other actors. I don't want all 27 other actors checking collision between each other.