Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 902 Bytes

README.md

File metadata and controls

30 lines (17 loc) · 902 Bytes

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