Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

any good documents / tutorials on this plugin? #76

Open
regtable opened this issue Jun 22, 2022 · 8 comments
Open

any good documents / tutorials on this plugin? #76

regtable opened this issue Jun 22, 2022 · 8 comments

Comments

@regtable
Copy link

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
Copy link
Owner

getnamo commented Jul 2, 2022

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
Copy link
Author

regtable commented Jul 3, 2022

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
Copy link
Owner

getnamo commented Jul 3, 2022

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

@regtable
Copy link
Author

regtable commented Jul 4, 2022

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
Copy link
Author

regtable commented Jul 4, 2022

issue is in latest cef i cant see a sln file

@getnamo
Copy link
Owner

getnamo commented Jul 6, 2022

Likely needs to be generated from cmake file

@NfuDev
Copy link

NfuDev commented Nov 10, 2022

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
Copy link
Owner

getnamo commented Nov 10, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants