Use the FPS in Shooter in the FPS template

Is it possible the gun in Shooter in the FPS template? Substitute the gun and its properties. I would like to create a FPS game from the beginning. I don’t see a BP in Shooter that could use.

It is possible, but not necessarily practical. Once you look at the way the “ShooterGame” template implements the Weapon classes and how many other classes and functions in requires to function properly… you will realize you should have just built your own system and saved yourself the headache.

I would recommend using the ShooterGame as an example to learn how to build it yourself because you might end up spending significantly more time trying to build a game around an existing Weapon class hierarchy and its functionality.