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)