How do I change/edit the standard FPS projectile mesh?

Hey, I started working on a FPS and I hate the default projectile mesh and sound, but when I tried editing the mesh, I couldn’t do it. How do I change/edit it?

Its a fairly easy thing to do you find the StaticMesh Component in the Projectile BP and there will be a Mesh reference with a light blue square around it. You can select a new mesh from the drop down and typing the mesh youd like to use.

For the firing sound that is in the Character BP and is in the fire event, you can find the Play Sound node and modify the sound there.

If you have any issues just let me know and I can provide more details, cool.