Skip to content

Find some way to make the embedded blueprints in our tutorials work for users in the UK #1745

@azrogers

Description

@azrogers

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. This means that some of our Unreal tutorials are currently broken for users in the UK.

It seems like the most robust solution here would be to host the blueprint viewer ourselves. blueprintUE.com has a self-hosted version, 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentationresearchExplore an idea or prototype a concept and share the results

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions