Skip to content

immutable/immutable-BLUI

Repository files navigation

Immutable Integration Notes

This repository is a clone of BLUI, modified to integrate with unreal-immutable-sdk. It serves as a replacement for Epic's WebBrowserWidget plugin in Unreal Engine versions 4.26, 4.27, and 5.0, necessitated by the need for a more recent CEF version.

Credit for the original code belongs to the authors of the BLUI repository.

Installation

Prerequisites

  • git-lfs
  • Unreal Engine (4.26, 4.27, or 5.0) installed via the Epic Games Launcher or built from source.
  • Microsoft Visual Studio. Ensure you have a compatible version installed. Refer to the official Unreal Engine documentation for details.

Clone the Repository

Open a terminal, navigate to your game's plugin folder, and run the following command:

git clone https://github.com/immutable/immutable-BLUI.git

Downloading the Latest Release

If you prefer using release archives instead of cloning the repository, download the release archive and unpack the files into your Unreal Engine project's Plugins folder.