Projectile Speed Change..

If you want to ADD a value to the velocity (not multiplying it), you need to change this inside the Projectile BP:

The Forward vector in this case is normalized to its relative forward direction, treat it like your velocity unit. Multiplying it will result in ‘x’ units of velocity, which you can add directly to your current velocity.
Again, tell me if it has worked for you.