Hi! I'm using UDK with UE3, and I have a class that extends Projectile: class QuadForceChaosProjectile extends Projectile; It seems to function fine, in that it travels, and it gets destroyed when it collides with something. However, the ProcessTouch event isn't called: simulated function ProcessTouch(Actor Other, Vector…