The more I tried this out, the worse the idea got. Bullets ideally should come from the end of your gun barrel and not the player’s view port or the camera manager or anything of that sort. Here’s why: Look up and fire your gun. Your gun is pointed forward but your bullet went up, makes 0 sense logically. Unless your viewport is tied to your gun’s direction, this won’t work well because the gun will never hit what the gun is pointed at only what the player is looking at.
This is also a screenshot of what happened to me:
Because my camera wasn’t offset by the character and was standing directly behind the character, the bullets would have just hit the character mesh. So to fix this, I had to go to my Collision settings and change Bullet to Ignore on the Character Mesh. Now I’m not firing at myself but through myself.
It’s an odd way to fire bullets to be honest. This only really works if your gun and the middle of the screen are aligned.