Show projectile before firing

Assuming your projectile its own blueprint, it does not exist to show prior to when it is being spawned by pressing spacebar. You could add the projectile to your character so that they are both visible together, then have a function inside your character blueprint that is called by the key press with whatever functionality is provided inside the projectile BP currently.