Multiplayer FPS Plugin

vster - 代码插件 - 2022/08/15

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

  • 支持的平台
  • 支持的引擎版本
    4.26 - 4.27, 5.0 - 5.1
  • 下载类型
    引擎插件
    此产品包含一款代码插件,含有预编译的二进制文件以及与虚幻引擎集成的所有源代码,能够安装到您选择的引擎版本中,并根据每个项目的需求启动。

Setup Tutorial for UE 4.26 - UE 5.1

Setup Tutorial for UE 5.2 - UE 5.3

First Person Template Setup Tutorial

Example Project

Plugin for UE 5.2 - UE 5.3


*For some reason in UE 5.2 - UE 5.3 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.

技术细节

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)