How Do I Prevent Projectile Pushes AI/Character?

Your projectile probably is an Actor with a projectile movement component, a (sphere, capsule or something like) collision component, and a Mesh.
A Common error is to set everything right in the collision component, but forget to set “No Collision” on the Mesh component.