Video - Documentation - Discord
Easy HTML Launcher is a lightweight runtime plugin that bridges Unreal Engine and your web browser. Perfect for developers who need to display HTML content, generate reports, or create dynamic web-based interfaces from their games or applications.
What can you do with it?
🌐 Launch HTML In Browser - Pass any HTML string to this Blueprint node and it instantly opens in the user's default web browser. Great for displaying rich formatted content, help pages, changelogs, or dynamically generated reports.
💾 Save HTML To File - Opens a native Windows folder picker dialog, letting users choose where to save their HTML file. Includes an auto-open option to immediately view the saved file in their browser.
📁 Open Folder Picker Dialog - A standalone utility node that opens the Windows folder selection dialog and returns the selected path. Useful for any file-saving functionality in your project.
Use Cases:
Generate and display HTML reports from game data
Create printable receipts or summaries
Display formatted help documentation
Export game statistics as HTML pages
Build tools that output web content
Why Easy HTML Launcher?
Pure runtime implementation - works in packaged builds
No editor-only dependencies
Native Windows API for reliable folder dialogs
Simple, clean Blueprint nodes
Minimal footprint - no bloat
Get your HTML content from Unreal to the browser in seconds!