Skip to main content

Blueprint viewer example

This graph is loaded from this website. No blueprintUE account or external service is required.

Download Blueprint text

Add a graph to your Markdown

  1. Select nodes in Unreal Engine and copy them with Ctrl+C.
  2. Paste into a UTF-8 text file under static/blueprints/, for example add-item.txt.
  3. Add the following between paragraphs in a documentation .md file:
<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.