Your blueprint pages have dissappeared on your website

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!

Just crosslinking the Github issue that @azrogers opened for this:

just use a vpn outside of the UK.

thanks - any ETA on a solution would be most appreciated

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