yazzap
October 3, 2025, 8:51am
1
Hi your blueprint example pages have disappeared from your website and now display the following instead …… Are you able to fix this ?
@yazzap Unfortunately, it looks like blueprintUE.com - the service we use to embed Unreal Engine blueprints - is blocking access to users from the UK due to new legislation requiring age verification for websites that allow sharing content online: Sorry, you can't park here! - UK Online Safety Act | blueprintUE | PasteBin For Unreal Engine
We will look into alternative ways to include Unreal Blueprints in our tutorials to work around this issue!
janine
October 15, 2025, 1:58pm
3
Just crosslinking the Github issue that @azrogers opened for this:
opened 03:09PM - 07 Oct 25 UTC
documentation
research
It looks like blueprintUE.com, the service we use to embed Unreal blueprints in … our tutorials, has had to block users from the UK [due to new "online safety" legislation](https://blueprintue.com/blog/uk-online-safety-act/). This means that some of our Unreal tutorials [are currently broken for users in the UK](https://community.cesium.com/t/your-blueprint-pages-have-dissappeared-on-your-website/43533).
It seems like the most robust solution here would be to host the blueprint viewer ourselves. blueprintUE.com [has a self-hosted version](https://github.com/blueprintue/blueprintue-self-hosted-edition), but this wouldn't be a drop-in solution. The self-hosted version is a self-hosted version of *the entire website*, whereas we only want to self-host the *viewer* component. If we can extract that viewer component (which *should* just be a few JavaScript and HTML files), we'd also need a way to get the data for the blueprints we've already uploaded to blueprintUE and come up with some way of passing that data to the viewer component without needing the whole blueprintUE backend (assuming it's a JSON document, maybe just a bunch of JSON files we can upload?).
Another alternative is just screenshotting the blueprints, of course, but this is significantly less helpful than the interactive editor we have now.
just use a vpn outside of the UK.
thanks - any ETA on a solution would be most appreciated
JDA3D
April 3, 2026, 9:21pm
7
Hi,
I have made a plugin that runs totally offline similar to blueprintue.
Inside my viewer you can copy all nodes to the clipboard and paste them into any empty blueprint graph or share a graph that way with anyone. You can capture virtually any graph in unreal engine, not just blueprint graphs.
This allows you to capture any graph to an interactive image and share it with anyone in html format. Meaning you can host an html file containing your graph and anyone can download and view It outside of unreal engine. They can also copy all of the nodes from your graph and paste it into their blueprint graph. Currently supported are windows and Linux
Thanks,
James