getnamo / BLUI-Unreal

CEF based HTML UI for the Unreal Engine.
MIT License
361 stars 74 forks source link

UE5.1 Unable to capture user input #85

Closed nickmaleki closed 1 year ago

nickmaleki commented 1 year ago

I am able to display websites and local html using the latest version of the plugin, but I am unable to get any user input from keyboard or mouse, even from InteractableBluiWidgetActor. Anyone having a similar issue?

getnamo commented 1 year ago

Have you tried the earlier example projects(ones shown by oivio https://github.com/getnamo/BLUI-Unreal#demo-project? Api should be largely the same to that era plugin

nickmaleki commented 1 year ago

Have you tried the earlier example projects(ones shown by oivio https://github.com/getnamo/BLUI-Unreal#demo-project? Api should be largely the same to that era plugin

Yes