Description

Discord 💬 | Documentation 📑 | Videos 📷

Hyper Permission System v4

Control access across your world with the Hyper Permission System v4. This module manages who can do what-be it opening a door, accessing a chest, or building in a zone. It supports global permissions, team-based access lists, and individual overrides. Perfect for base-building games, faction wars, or secured facility simulations.

Key Features
  • Granular Access Control (Global, Team, Individual)
  • Integration with Interactables (Doors, Containers)
  • Owner-based logic
  • Admin override capabilities
  • Network Replicated security checks
  • Easy to implement Interface
Why Hyper?
  • The strongest public modular Unreal Engine framework available at this scale
    Most studios keep tools like this internal. Hyper makes a serious technical foundation available to solo developers, indies, and teams.
  • Built from 75,000+ hours of Unreal Engine work
    System design, Blueprint architecture, multiplayer patterns, documentation, testing, examples, iteration, and real production problem-solving.
  • Systems designed to work together
    Inventory, crafting, equipment, interaction, UI, combat, attributes, multiplayer, AI, quests, dialogue, maps, progression, survival systems, environment tools, performance helpers, and more can all live inside one larger ecosystem.
  • Not a content dump
    Hyper gives you working examples, modular structure, documentation, and patterns you can extend into your own game.
  • Made for serious projects, not just demos
    Hyper is built around scalable architecture: gameplay tags, structured data, child Blueprints, clean overrides, reusable components, and clear project boundaries.
  • Start fast, grow cleanly
    Use the included examples, replace visuals, adjust data, create child Blueprints, connect systems, and build toward your own game without rebuilding the same foundation from scratch.

Want to learn more about the Hyper ecosystem, architecture philosophy, workflows, and developer behind it? Read more here and get started.

1 review for Permission System

  1. Dalcon4

    Review from Fab

    The Hyper Permission System v4 is a granular access control framework that governs what actions players and actors can perform based on configurable permission rules. It controls everything from building placement and container access to device operation and zone entry, providing the authorization layer that every multiplayer game needs. The system is comprehensive in its coverage. It supports role-based permissions, per-actor overrides, zone-specific rules, time-based access windows, group permissions through guilds, whitelist and blacklist approaches, and hierarchical permission inheritance. Every action that should be gateable can be wrapped in a permission check with minimal code. Implementing permission checks is clean and intuitive. The system provides simple query functions that return allow/deny results, and the permission rules are defined in data tables for easy configuration. Adding permission checks to existing gameplay features requires just wrapping action calls with a single permission query. The UI provides clear feedback when actions are denied. Permission evaluation is fast and deterministic. The system resolves complex permission hierarchies instantly without any perceptible delay. Rule changes propagate immediately to all affected actors, and the system correctly handles conflicting rules through a clear priority resolution order. Multiplayer replication ensures all clients enforce the same permissions consistently. The Permission System is a governance module that touches nearly every system in MSTPro V4. The Guild Manager uses it for rank-based access, the Region Manager uses it for zone restrictions, the Security System uses it for device operation rights, and the Building System uses it for construction permissions. It is the invisible gatekeeper that maintains gameplay integrity across the entire ecosystem.

Add a review
  • Future-proof design with ongoing updates
  • Clear, well-documented Blueprints with clear naming
  • Scalable system for hobby to AAA-scale productions
  • Cross-genre ready (Open-World, Survival, RPG, FPS, etc.)
  • Fully network-replicated for multiplayer support
  • Cross-platform ready (Windows tested)
  • Modular, component-based (drag-and-drop integration)
  • Data-driven setups using DataTables where applicable
  • Blueprint-first where sensible
  • Trusted by developers across indie to large productions
Support, Community, and Documentation
  • Public Documentation, YouTube, and Discord are available.
  • Verified buyers can use the support forums for bug reports, data models, and peer help.
  • Blueprint comments explain both how the system works and why key choices were made.
Plugins
  • Common UI
Permission System  37,00