![]() |
UCefView 1.0.24
Install On Fab
World's highest-performance WebView plugin for Unreal Engine. UCefView delivers GPU-accelerated rendering, seamless cross-platform integration and both C++ code and Blueprint development approaches.
|
UCefView is designed to be flexible, allowing you to update the underlying Chromium Embedded Framework (CEF) to a version that best suits your project's needs. Whether you need the latest web features, critical security patches, or compatibility with a specific Chromium version, you can easily switch the CEF binaries used by the plugin. This guide will walk you through the process.
126.2.18+g3647d39+chromium-126.0.6478.183.CefViewCore wrapper.
UCefView/Scripts/UpdateThirdparty/ThirdParty-Config.txt
Update the CEF_VERSION variable with the version string you copied in the previous step.
CORE_VERSION to a newer commit hash that supports the new CEF API. Check the CefViewCore repository for the appropriate commit.Run the script corresponding to your operating system. This script will download the specified CEF binaries and recompile the CefViewCore library against them.
powershell @section autotoc_md36 From the UCefView/Scripts/UpdateThirdparty/ directory ./Update-Thirdparty.ps1 bash @section autotoc_md37 From the UCefView/Scripts/UpdateThirdparty/ directory ./Update-Thirdparty.sh After the script completes successfully, launch your Unreal Engine project. The new CEF version will be logged to the Output Log during engine startup.
You can search for the log entry LogUCefView: Using CEF version.
Update-Thirdparty script fails during the compilation of CefViewCore, it is likely due to an API mismatch between the selected CEF_VERSION and the CORE_VERSION. Ensure you are using a compatible pair of versions.UCefView plugin modules.