Multiplayer FPS Plugin

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

  • サポートされたプラットフォーム
  • サポートされたエンジンバージョン
    4.26 - 4.27, 5.0 - 5.1
  • ダウンロードのタイプ
    エンジン プラグイン
    この製品には、コード プラグインが含まれており、ビルド済みのバイナリと Unreal Engine に統合される全ソースコードが完備されています。任意のエンジン バージョンにインストールし、プロジェクト毎に有効化することが可能です。

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)