Description
Discord 💬 | Documentation 📑 | Video 📷 | Video 📷
Hyper Console Command Manager v4
Hyper Console Command Manager gives your project a powerful text-based command interface for gameplay, debugging, and admin tasks. Designed for both PIE and packaged builds, it offers a seamless user experience that works immediately without any C++.
I created this system to give developers a clean and expandable way to manage in-game actions without bloating their Blueprints. It fits perfectly with all other Hyper modules, allowing you to extend your systems easily as your game grows.
With Hyper Console Command Manager, adding commands becomes clean, fast, and multiplayer-ready without touching backend systems yourself.
Key Features
- Text-based interface for player commands, admin tools, and debugging
UI entry points
- Press I or Tab to open the main menu with focus on the command box
- Press Esc, I, or Tab again to close
Simple command syntax
- /command/arg1/arg2/… (no spaces, case-insensitive, arguments optional)
Parsing and dispatch flow
- Text input → Manager splits command → Broadcasts to listeners
Easy component integration
- Add BPI_Command_Listener to components
- Register with the manager on Begin Play
- Handle commands through a clean switch case on Name
Fully extensible
- Add new commands easily via DT_Commands DataTable
- UI auto-updates when new commands are added
Networking-ready
- Commands are server-originated and synchronized across clients
Lightweight feedback system
- Success and error messages returned to users
Example included
- Example map with /giveitem and /removeitem inventory commands
- Easily tie commands into any subsystem like chat, moderation, or gameplay logic
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.
33 reviews for Console Command Manager
You must be logged in to post 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
WWS – Lantianer –
Review from FabI absolutely love this command manager. The system is well organized, cleanly written, and thoroughly documented, making it easy to understand and work with. I had actually started building something similar myself, but it would have taken a lot of time to reach this level of quality and flexibility. What makes it even better is how easy it is to extend. Adding your own commands and custom logic is straightforward, which makes it a great foundation for all kinds of projects. For me, this was one of those assets that got released at exactly the right time. What I especially appreciate about Hyper’s products is the long-term support behind them. When I first saw their ambitious roadmap, I was skeptical, as I’ve seen many developers make big promises only to abandon their assets or take years to deliver meaningful updates. I’m happy to say that Eric and the Hyper team have consistently delivered, kept their modules updated, and continued expanding the ecosystem. It’s not just this module I recommend, but also the team behind it, the growing ecosystem of compatible modules, and the community that has formed around it.
NotTheFed –
Review from FabI have a LOT of Hyper’s kits.. and for a lot it is plug in play for the basics. I have MST PRO as the base framework, and just plug in those that are relevant for my game like Dialog, companion, advanced NPC, lockpicking, Skills, quests, traps, unlock (learn), world map, weathertime, Skinning, body decompose, Mesh to Actor swap, Admin console, with chat.. and so on. Simple to understand, and gets you started with most key parts of any game framework I highly recommend, not just for the quality of the kit.. but the excellent support on discord. The very detailed documentation.