getnamo / BLUI-Unreal

CEF based HTML UI for the Unreal Engine.
MIT License
350 stars 73 forks source link

any good documents / tutorials on this plugin? #76

Open regtable opened 2 years ago

regtable commented 2 years ago

using the demo project i am struggling to understand how to make this work in a new project with a hitbox. or key command. hitbox i cant take control and with the e full screen it remains blank. i am using ue5 release.

getnamo commented 1 year ago

https://youtu.be/LCY-xcj3IjA is probably the latest tutorial/demo walkthrough there is. Otherwise we depend on the community to provide better examples or you'll need browse the source code for examples.

I unfortunately only maintain the plugin for engine compatibility and do not have additional time to make examples for the moment.

For keypresses I recommend using this function https://github.com/getnamo/BLUI-Unreal/blob/master/Source/Blu/Public/BluEye.h#L159, as it appears to be the most reliable of the variants.

regtable commented 1 year ago

thanks dude. seems to use this as i would like i need to update cef i think. because when i try to use google auth from my page for login i get the error "web browser not secure" this too happens with built in browser. and iv not really got any idea how to do that. so i shall await your next update to sort that. unless i find a way to do it myself

getnamo commented 1 year ago

See https://github.com/getnamo/BLUI-Unreal/issues/60#issuecomment-813204943 for the basics on upgrading. It's a little involved but not too difficult.

regtable commented 1 year ago

See #60 (comment) for the basics on upgrading. It's a little involved but not too difficult.

thanks i had seen this. i have tried quickly but not got anywhere. i will try again tonight. if i can do it i can look to maintain it or keep on top of new cef

regtable commented 1 year ago

issue is in latest cef i cant see a sln file

getnamo commented 1 year ago

Likely needs to be generated from cmake file

NfuDev commented 1 year ago

am sorry but it is working and opening youtube and so on but the page is not interactive i cant scroll or anything just see the youtube page , also am not using it to watch youtube i want to run a small page that has some functionality i need in my game , the page will do some voice recognition (cuz all plugins i found does not support the language i want) but using a page that uses google api was my work around this , and opening the page with ue4 default web browser widget was good but it declines the request for media input from the page so the mic is not used so the recognition is canceled , any help ? this project is important , thanks in advanced

getnamo commented 1 year ago

Check the demo bp project/yt video linked above for examples on how to do interactions