Multiplayer FPS Plugin

vster - Code Plugins - Aug 15, 2022

This plugin makes it very easy to setup a fully functional fully replicated weapon system.

  • Supported Platforms
  • Supported Engine Versions
    4.26 - 4.27, 5.0 - 5.1
  • Download Type
    Engine Plugin
    This product contains a code plugin, complete with pre-built binaries and all its source code that integrates with Unreal Engine, which can be installed to an engine version of your choice then enabled on a per-project basis.

Setup Tutorial for UE 4.26 - UE 5.1

Setup Tutorial for UE 5.2 - UE 5.4

First Person Template Setup Tutorial

Example Project

Plugin for UE 5.2 - UE 5.4


*For some reason in UE 5.2 - UE 5.4 it won't work in the packaged game of a blueprint project.


This plugin adds a fully functional and replicated weapon system with many options like whether or not to use line trace or projectile. This plugin also includes a health and damage system.

Technical Details

Blueprint Classes:

  •  A player character
  •  A gun master class
  •  A projectile master class


C++ Code Modules:

  •  MultiplayerPlayerCharacter [Runtime]
  •  MultiplayerGunMasterClass [Runtime]
  •  MultiplayerProjectileMasterClass [Runtime]


Number of Blueprints: 3

Number of C++ Classes: 3

Network Replicated: Yes

Supported Development Platforms: Windows with optional controller support (will probably work on other platforms but only tested on windows)

Supported Target Build Platforms: Windows (might work on other platforms but only tested on windows)