Professional WYSIWYG markdown editor for documenting Blueprints and assets — directly inside Unreal Engine.
YouTube Demo: https://youtu.be/oxd5LN7nB8s
Documentation: Download Here
Keep Your Blueprints Documented Without Leaving the Editor
Blueprint Markdown Documentation is a powerful, fully offline editor that lets you write rich documentation for every Blueprint, asset, or standalone note in your project. No external tools, no browser tabs — just clean, professional docs right where you work.
Key Features
WYSIWYG Editing
Write in a familiar rich-text editor with live preview. Bold, italic, headings, code blocks, tables, and images - markdown seamlessly turns into rich text blocks like your favourite editors such as Notion and Obsidian.
Auto-Save & Auto-Detection
Documentation saves automatically 500ms after you stop typing. When you switch Blueprints, the editor loads the matching notes instantly.
Visual Table Editor
Create and edit tables using toolbar controls — no manual syntax required.
Image Support
Insert images via native file picker. Resize inline for perfect layouts.
Local Storage
All files live in your project folder at `Documentation/Blueprints/`. Version control friendly, always under your control.
Native Dark Theme
Matches Unreal Engine's UI for a seamless, distraction-free writing experience.
Export
One-click export of all documentation to an external folder for sharing or archival.
Organized by Design
- Blueprint docs → `Documentation/Blueprints/{AssetPath}.md`
- Standalone notes → `Documentation/Blueprints/Standalone/`
Your documentation mirrors your content hierarchy, making it easy to navigate in any file browser or source control client.
Technical Details
- Engine Version: Unreal Engine 5.5+
- Platforms: Windows, Mac, Linux (Editor only)
- Dependencies: WebBrowserWidget (built-in)
- Internet Required: No
Ideal For
- Solo developers who want lightweight, in-editor documentation
- Teams needing per-asset notes that live alongside code
- Educators creating annotated sample projects
- Anyone tired of Alt-Tabbing to external doc tools
Getting Started
1. Enable the plugin in Edit → Plugins
2. Open any Blueprint
3. Click Window → Blueprint Documentation
4. Start writing!
What's Included
- Full C++ source code
- User guide & technical reference
- MIT license for maximum flexibility