I have a Projectile subclass that seems to work fine. It travels, does Explode(), etc. But when it hits one of our KActors, I get a HitWall event, but not a ProcessTouch event.
So my question is, why would a colliding actor trigger HitWall, but not ProcessTouch?