Description
Discord 💬 | Documentation 📑 | Videos 📷
Hyper Sequence Manager v4
The Hyper Sequence Manager v4 is a simple yet effective system for handling Level Sequences and Cinematics. It provides a centralized way to play, stop, and manage cutscenes, focusing on essential features like ‘Skip’ functionality and UI management. It handles the overlay during cinematics and ensures the game state is properly paused and restored.
Key Features
- Centralized Cinematic Management
- Skippable Sequence Logic
- UI Mode and Input handling during cutscenes
- Event callbacks (OnFinish, OnSkip)
- Blueprint-friendly workflow
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 Sequence 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 FabDirecting a game is about timing — and the Sequence Manager is a conductor’s baton for your moment-to-moment storytelling. Chain together camera moves, dialogue, VFX, audio cues, gameplay state changes, and UI beats into named sequences that designers can trigger, preview, and iterate on without a single C++ recompile. The module handles branching, conditional steps, interruption, and resumption elegantly, so your scripted moments hold up under player agency rather than breaking the moment someone walks the wrong way. Plays nicely with UE’s native Sequencer while filling the gap Sequencer leaves for gameplay-aware scripting. Whether you’re orchestrating a boss reveal, a mission intro, a quiet narrative beat, or a complex tutorial moment, this module is the glue that makes it feel intentional. Essential for any cinematic or narrative-driven project.