Admin Menu

JestAssets - 代码插件 - 2023/05/22

Admin Menu is a c++ component based plugin designed for blueprint users that aims to bring many admin features to your replicated game!

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

The goal of Admin Menu is to make the process of integrating Admin Privilege abilities into your replicated game as easy as possible. All you need to do is add the component to your player pawn and setup an input for most of the functionality. All admin authentication is handled on Server exclusively and multiple authentication methods are included to choose from. Aside from being quite useful in a real-time environment for server admins of your game's sessions, this tool can be used to speed up development iteration time with its many provided conveniences.


Support Discord: https://discord.gg/bHEKytz49s

Email Support Contact: jestassets@gmail.com

技术细节

Features:

  •  Several Admin powers including Invincibility, Invisibility, Flying, NoClip
  •  Monitor Player information in real time
  •  Teleportation system with runtime editable presets
  • Actor Spawning System with customizable values
  • Ban/Allow list functionality, with Ban Notifications
  • Global Server Settings such as AllowPVP or RequireAllowList
  • Server wide Admin Notification system
  • Multiple Authentication methods including encrypted token or UniqueNetID
  • Robust Logging with configurable settings
  • Includes example Blueprint Only implementation of Admin Ability


Code Modules:

  •  EasyAdminMenu[Runtime]


Number of Blueprints: 9

Number of C++ Classes: 8

Network Replicated: Yes

Supported Development Platforms: Windows

Supported Target Build Platforms: Windows

Documentation: Link

Example Project: Link