Projectile type problem

Once the projectile is spawned, it’s no longer controlled by your pawn, and does not receive key input command from you.
you could however passing message to your projectiles so they can change things themselves.
For these topic search for blueprint communication.