shiniu0606 / ChromiumUI

ue4 webbrowser plugin with cef3 version chromium-84.0.4147.38
MIT License
29 stars 15 forks source link
cef chromium plugin ue4 unreal-engine webbrowser

ChromiumUI

ue4 webbrowser plugin with cef3 version chromium-84.0.4147.38

Precautions

need check disable WebBrowser,SteamVR,OnlineFramework plugin

cannot modify the directory name of the ChromiumUI plugin

How to usage

cd Source\ThirdParty\ChromiumUILibrary

unzip ChromiumUILibrary.7z in this folder

copy plugin to project use

Using js and ue4 to call each other, the example is in the plugin Content directory

1.bind bridge object
Alt text

2.define the blueprint function (note that the function is lowercase in js)
Alt text

3.call ue4 function
Alt text