Dashixiong - WebView for Unreal Engine

Discord:Join

WebView for Unreal Engine is a project-maintained web UI plugin for Unreal Engine 5.0 - 5.7 on Win64.

It is designed for teams who want to build game UI with web technology while keeping the integration maintainable at the project level instead of relying on engine source modifications.

The plugin supports local pages, remote pages, direct UMG integration, JavaScript bridge communication, IME input, video playback, transparent input passthrough, and automatic or manual render resolution. It is intended for practical in-project UI workflows such as HUD, menus, settings pages, shop panels, event pages, and interactive embedded tools.

This package includes a bundled Win64 CEF runtime managed inside the plugin, built-in demo content, test pages, drag and snap examples, video playback examples, and localization resources. It also supports both reflection-based and delegate-based bridge workflows, so teams can choose between fast integration and more controlled project-specific behavior.

Full documentation, setup notes, usage guide, and product video are all available on one page:

This page includes the buyer-facing documentation, setup guidance, bridge workflow overview, settings reference, and the embedded demonstration video of the plugin’s built-in index.html example.

Test sample:

This is a shareable example package intended for quick hands-on testing and evaluation before integration.

键盘输入问题已解决,但是鼠标输入问题还是没有解决,请尽量修复。

抱歉 这个我不是很能理解您的意思 鼠标输入问题指的是什么 鼠标穿透吗 我在更新文档里写了这个您试过了吗
:safety_pin: 点击穿透迁移:推荐使用网页 CSS pointer-events: none; 处理点击穿透
:warning: 旧透明穿透标记弃用:Transparent Click Passthrough 已标记为 Deprecated,并提供迁移提示