Homing Projectile that has a chance to miss?

Can you just reduce the HomingAccelerationMagnitude to achieve what you want? If not, I suggest saving off the homing target location when the projectile is created and then in the tick function check to see if that location has changed. If so, add whatever logic you want.