Blueprint viewer example
This graph is loaded from this website. No blueprintUE account or external service is required.
Add a graph to your Markdown
- Select nodes in Unreal Engine and copy them with Ctrl+C.
- Paste into a UTF-8 text file under
static/blueprints/, for exampleadd-item.txt. - Add the following between paragraphs in a documentation
.mdfile:
<Blueprint src="/blueprints/add-item.txt" height={500} title="Add item" />
The component is registered globally; no import is needed. Keep the default MDX parsing for Markdown (do not set mdx.format: md). The path automatically respects the site's baseUrl.
Blueprint files are public assets: publish only content intended for readers.