OnComponentBeginOverlap inconsistent HitResult data

Ah! Ok, I suppose that makes sense. The Projectile for which that node works is using the ProjectileMovement ActorComponent, while the one for which it does not work is using a PhysicsThruster and physics sim. Unfortunately, this means that I can’t have a generic event handler for Projectile impacts because of this limitation; is that correct?