Description
Discord 💬 | Documentation 📑 | Videos 📷
Hyper Level Instance Manager v4
Dynamically manage your world content with the Hyper Level Instance Manager v4. It is perfect for quest-driven games, allowing you to dynamically inject or swap whole world sections based on quest stages-the same technique used in major titles to make maps feel larger and more powerful. Also ideal for performance optimization by streaming content.
Key Features
- Dynamic World Injection based e.g. based on Quest Stages
- Event-driven triggers (Collision, Quest, Tag)
- Clean management of sub-levels
- Replication support for state consistency
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 Level Instance 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
Dalcon4 –
Review from FabThe Hyper Level Instance System v4 is a powerful world-building tool that enables instanced level streaming with full control over loading, unloading, and state management. It allows developers to create modular, reusable level chunks that can be loaded on demand, making it ideal for dungeons, interiors, procedural world composition, and any scenario requiring dynamic level management. The system covers the full spectrum of level instancing needs. It handles async loading and unloading, instance state persistence, transform offsets, multi-instance support, player tracking across instances, and proper cleanup. The state management system ensures that changes within instances (opened doors, looted chests, defeated enemies) persist correctly across loading cycles. Setting up level instances is intuitive. Define your level chunks as standard sub-levels, configure the instance manager with your loading parameters, and trigger loads through simple Blueprint nodes or volume overlaps. The system handles all the complexity of async streaming, state serialization, and instance transform management behind the scenes. Level streaming is smooth and seamless. Loading transitions can be configured with fade effects or loading screens, and the async system ensures the game thread is never blocked. Instance states load and save reliably, and the system handles edge cases like players being inside an instance that needs to unload gracefully and without crashes. Within MSTPro V4, the Level Instance System works hand-in-hand with the Region Manager to define world zones, the Event Manager to trigger instance loads based on gameplay events, and the Memory System to track player progress within instances. It is the architectural backbone for any large-scale world built with the Hyper V4 framework.