Skip to content

2. Loaded and enabled

aSurgingRiver edited this page Sep 1, 2024 · 7 revisions

Video Tutorials

https://www.bilibili.com/video/BV1PG4y1U7MT/?vd_source=2f86d3f0772e45e10332a119556152ae

Precautions

  1. Put the downloaded plugin into the project plugin directory.
  2. The WebView plugin cannot be used at the same time as the official browser plugin WebBrowser

WebView download

download address: https://github.com/aSurgingRiver/WebView image This article takes 5.3 as an example and selects it, click the pop-up box at Code, and select Download ZIP to start the download.

WebView project import

Unzip the downloaded zip file to the project Plugins directory. As shown below: image

Regenerate the project information, 1709564522385

Open the .sln project with vs and compile it. image

start the project, enter the plugin management page, enable the WebView plugin, and restart the project to use it. image image

Loading FAQ

image WebView conflicts with other browser plug-ins, such as WebBrowser, WebUI, and other browser plug-ins need to be closed.

image When the WebView plug-in is loaded, the content of the plug-in needs to be compiled. Click "Yes" to recompile.

image image

In some cases, plugin compilation requires the use of a C++ IDE development environment. There are two solutions: Option 1: For existing projects

  1. Remove the WebView plugin from the project.
  2. For an existing project, in the running Editor editor, create a new C++ class for the project.
  3. Put the plugin into the project again.

Option 2: For new projects

  1. When selecting Blueprint or C++ for a new project, select C++
  2. Put the plugin into the project. Choose one of the above two steps and put the prepared WebView plug-in into the project.
Clone this wiki locally