I'm Trying to spawn a projectile in front of my character but when it moves to the left the spawn of the projectile remains same but the direction changes

A project of mine involves spawning a projectile in front of the actor it doesn’t need to spawn from his hand since its a sidescroller.
The issue I’m facing is that the projectile while facing right is spawning correctly in front of the character but when facing left the projectile spawns behind the character. The direction of the projectile is correct as it moves in the direction the character is facing but spawn incorrectly. Pls help I am new to this!

Fixed it! I saw it on youtube where a guy uses the arrow component to spawn the projectile. Thanks anyways