-
Notifications
You must be signed in to change notification settings - Fork 79
2. Loaded and enabled
https://www.bilibili.com/video/BV1PG4y1U7MT/?vd_source=2f86d3f0772e45e10332a119556152ae
- Put the downloaded plugin into the project plugin directory.
- The WebView plugin cannot be used at the same time as the official browser plugin WebBrowser
download address: https://github.com/aSurgingRiver/WebView 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.
Unzip the downloaded zip file to the project Plugins directory. As shown below:
Regenerate the project information,
Open the .sln project with vs and compile it.
start the project, enter the plugin management page, enable the WebView plugin, and restart the project to use it.
WebView conflicts with other browser plug-ins, such as WebBrowser, WebUI, and other browser plug-ins need to be closed.
When the WebView plug-in is loaded, the content of the plug-in needs to be compiled. Click "Yes" to recompile.
In some cases, plugin compilation requires the use of a C++ IDE development environment. There are two solutions: Option 1: For existing projects
- Remove the WebView plugin from the project.
- For an existing project, in the running Editor editor, create a new C++ class for the project.
- Put the plugin into the project again.
Option 2: For new projects
- When selecting Blueprint or C++ for a new project, select C++
- Put the plugin into the project. Choose one of the above two steps and put the prepared WebView plug-in into the project.