[QUOTE=;225513]
You’re probably right, however I’m a little unsure how to edit a poll…
Hopefully Epic Admins will do that.
[QUOTE=;225515]
BLUI was featured in the Twitch Community Spotlight stream!
Thanks for the support everyone!! Twitch Recording
Congrats buddy! I saw the live stream and was pretty excited to see this :). You should edit the first post to include youtube link when its available.
[QUOTE=ryanjon2040;225600]
Hopefully Epic Admins will do that.
By the way, which HTML editor are you using to create the UI? Edge Animate, Reflow, Google Web Designer or anything else?
Looked like plain Sublime Text to me, with some libs like JQuery
Usually I do plain HTML in Sublime Text 3, but I do recommend Adobe Edge Animate. Version 1.5 is free if you can track it down! Really any editor will work, use what you’re comfortable with! Flash is even supported embedded in the HTML.
EDIT: Somehow I’ve never seen the Google Web Designer, I’m gonna check that out
[QUOTE=SchnitzelDude;225663]
Thank you @! Building UIs with HTML is an trend. I will definitely try that out.
No problem. While BLUI isn’t as comprehensive as things like Coherent UI, it’s indented to be that way. I’d rather just provide the methods and blueprint nodes so you developers can make exactly what you want with it.
[QUOTE=;225946]
Is there a way to bind button events like I have “Clicked Me” button HUD in Html and then when I clicked on it, it log some output in UE4?
Thanks,
Hello again, this is very possible!
I haven’t written up the wiki on JavaScript events due to classes take up some time, but I’ll be doing that tonight.
Inside your JavaScript, you can call a native function called blu_event();
[QUOTE=;225957]
Hello again, this is very possible!
I haven’t written up the wiki on JavaScript events due to classes take up some time, but I’ll be doing that tonight.
Inside your JavaScript, you can call a native function called blu_event();
Glad to see if works with UMG, rather than trying to completely replace it. Hopefully it continues so they can get benefits from each other
Quickly realized how much of the web still uses flash, haha. CEF and Flash working together is a bit tricky. Do you have any ideas on how you can get flash working from a packing/distribution standpoint (win only). I mainly ask cause a couple pieces of static content are flash based (not worried about mobile, so it’d be for win only). It would be a pain to say go to adobe.com and download flash, haha.
PIE and adobe flash won’t work well (it will run once, but trying again will crash)
Seeing as CEF and Chrome share the code looking for third party plugins like Flash it should function if flash is installed. As far as shipping flash I’m not sure about the legality.
seems like it comes down to processes being spawn but not being shut down when exiting PIE? (load a youtube video (HTML5) and you will continue to hear sound). But great work man is really cool and will continue to play around with it
[QUOTE=KRushin;226194]
seems like it comes down to processes being spawn but not being shut down when exiting PIE? (load a youtube video (HTML5) and you will continue to hear sound). But great work man is really cool and will continue to play around with it
I’d assume that’s the major issue yeah. I’ll have to look into a bug fix for that. Thanks for the report!
[QUOTE=;225946]
Is there a way to bind button events like I have “Clicked Me” button HUD in Html and then when I clicked on it, it log some output in UE4?
I’m curious if you had any ideas in regards to CEF. I’ve been experiment with having twitch streams, but i think CEF doesn’t allow irc sockets to open (so no video streams/chat will load). Just curious if you had any ideas around this (as they don’t support any HTML5 yet)
[QUOTE=KRushin;226543]
I’m curious if you had any ideas in regards to CEF. I’ve been experiment with having twitch streams, but i think CEF doesn’t allow irc sockets to open (so no video streams/chat will load). Just curious if you had any ideas around this (as they don’t support any HTML5 yet)
That is an interesting issue… it seems that something in CEF doesn’t like Flash sockets… I’ll look into that.
In terms of chat, anything WebSocket based will work just fine.
its such a hyper specific issues so don’t worry about it too much, but twitch is stuck in the 2000’s with flash and opening (flash) irc sockets, instead of HTMl5 / web socket based chat system, haha.
[QUOTE=KRushin;226661]
its such a hyper specific issues so don’t worry about it too much, but twitch is stuck in the 2000’s with flash and using irc sockets, instead of HTMl5 / web socket based chat system, haha.
Very true, haha.
Still, I’d like to look into it just to see if it can be resolved.
Glad you’re finding the plugin to at least be entertaining
How does the scrolling with mouse wheel works? Right now whenever I am trying to scroll a webpage it doesn’t work. Is it something that I have to do in Unreal to make it work.