Unreal Engine 4 Tutorial - Web Browser

Поділитися
Вставка
  • Опубліковано 2 лют 2025

КОМЕНТАРІ • 86

  • @Blender-fu7xx
    @Blender-fu7xx 5 місяців тому +1

    following this great tutorial but not working on my unreal engine 5.2
    Edit: finally worked, My link was actually broken
    thanks for this great tutorial man

  • @MrStimpanzee
    @MrStimpanzee 7 років тому

    Thanks dude! Years later and your videos are still my favorite.

  • @samnub7912
    @samnub7912 9 років тому +1

    Concise and to the point, great tutorial dude

  • @richardmissin3498
    @richardmissin3498 8 років тому +8

    Can this be put on an object and activated by clicking on it ?..as in a 3D plane in the scene you can runaround and interact by clicking on it ?

    • @anasdev1553
      @anasdev1553 2 роки тому

      I am very interested did you find anything about this?

  • @ananya.s
    @ananya.s 4 роки тому +2

    By right clicking and typing f, I am not getting the keyboard event for 'f', any suggestions?

  • @TheDevShop
    @TheDevShop 9 років тому

    Great to see you back!

  • @jasonrennie3416
    @jasonrennie3416 9 років тому

    your tutorials are really awesome Tesla, then have been helping me understand more then any of my courses in college. I do have a question about closing the browser, Prob a noob Question, but trying to learn lol. thanks and keep up the hard work!

    • @jasonrennie3416
      @jasonrennie3416 9 років тому

      +Jason Rennie I did the button in the widget, and did an on clicked event, and removed from parent, but it removes the widget and I lose controls.

    • @jasonrennie3416
      @jasonrennie3416 9 років тому

      +Jason Rennie I'm only two semesters in, but even making a button with on licked event, remove from parent, it only closes the browser, you never regain control of the char. Sorry I'm Knew to this.

  • @petercague1722
    @petercague1722 9 років тому +1

    You did a wee tutorial a while back on blending texures, any chance you can do a tutorial on an enchancment of that for blending textures so you could have for example: 1/ rock with mossy grass 2/Grass with patchy dirt and weeds 3/ dirt with sandy mud. These would great a textures that could be loaded with weightmaps or splatmaps for form a terrain texture. Hope I'm explaining that ok. It's clear as mud to me lol

  • @saish24
    @saish24 4 роки тому

    Hello there!
    Well Explained tutorial. Is there any tutorial available for using custom Widget Utilities or a HUD over Web Browser in Real-Time in Play Mode or Editor Mode. Any help would be appreciated. Thanks!

  • @spadequeen2627
    @spadequeen2627 2 роки тому

    hey man, I have the web browser working in the editor but after packing it's not connecting to the internet, Any thoughts on that? thank you.

  • @poorkidd
    @poorkidd 9 років тому

    You are always a big help thanks for all your hard work!!

  • @EvanHowell101
    @EvanHowell101 7 років тому

    Thank you Tesla, please keep it up!

  • @alexmartos9100
    @alexmartos9100 4 роки тому

    is it possible to go into VR mode with this browser?? I want to do a vr tour from within my unreal app

  • @kennethhenson9554
    @kennethhenson9554 7 років тому

    How do you use the "Get Steam Groups" Function? I noticed you can attach an Array, and Structure to it, and it lets you link it all to a Steam Group's Info. But I couldn't figure out how to get it working right to let you join a Steam Group from the Steam Overlay, like L4D2 does. How would you pull this one off?

  • @guillemtenza2540
    @guillemtenza2540 9 років тому

    I'm working with ue4.10.1and i haven`t got this experimental where u find web browser block. Is that a version problem?.
    Thx 4 ur tutorials i'm learning so much.

  • @saucethetragic
    @saucethetragic 8 років тому

    Fantastic! Although, when you enter nothing the game crashes... Fix?

  • @sbk3dteam968
    @sbk3dteam968 7 років тому

    Thanks for a great tutorial! Maybe other people have had the same question.. Just wounder if you load a UA-cam clip, can you control play/ stop function in some convinient way in blueprints?

  • @НиколайПриймак-е2й
    @НиколайПриймак-е2й 8 років тому

    And this option will work when exporting to the playstation and xbox
    if so will there be work webgl webrtc and other modern technology?

  • @francescofulco9600
    @francescofulco9600 3 роки тому

    very good work mate. I tried this but I don't understanding how to exit from Widget in play? thanks anyway

  • @edensagasta7735
    @edensagasta7735 8 років тому +1

    Please I might sound completly noob but I cannot I tried to create a close button and i get the browser close but i cannot give back the control to the player and I don't understand what you said in comments about create a playercontrol node can you explain exactly what i have to do to give back control to the playe once a closed the browser window? thanks

    • @edensagasta7735
      @edensagasta7735 8 років тому +2

      If someone wants to know how to close the browser and keep playing you can check the screenshots that explain how in here: answers.unrealengine.com/questions/494396/close-button-and-return-player-control.html

  • @AyelaEmmanuelT
    @AyelaEmmanuelT 3 роки тому +1

    The web browser seems to have a z depth problem, it renders above all on mobile

  • @MetricZero
    @MetricZero 7 років тому +1

    Hey there, is there any way to create an offline webpage that I could package with my game and have it use that?
    Let's say I want to create Wikipedia style web pages that have various entries about people in the game. My whole goal is to browse a sort of database as a fun side thing to do if the player is interested in learning more about the universe they're in.

    • @solem500
      @solem500 6 років тому +1

      in theory (pure theory don't know this for a fact) but you might be able to create an html document import it into the engine and make the player go to that URL

    • @mougangaiphter
      @mougangaiphter 5 років тому

      @@solem500 Any Idea, how can i do that, plz? (sorry my english)

    • @solem500
      @solem500 5 років тому

      ​@@mougangaiphter
      The easiest thing would be registering a domain,
      however I think that you might be able to use the c++ and read in a .html file that way, using #include.
      as for a blueprint way using the widget editor you might be able to point to a directory instead of a URL.
      (like instead of www.google.com use C:\users\....)

    • @mougangaiphter
      @mougangaiphter 5 років тому

      @@solem500 ok, but I dont know C++ and need to be offline.

    • @solem500
      @solem500 5 років тому

      @@mougangaiphter it's kinda hard to do without c++ because you need to use that if you want to be flexible but try ua-cam.com/video/wemG-YI2iag/v-deo.html , it's c++ but you could just follow the video with the code

  • @TeslaUE4
    @TeslaUE4  9 років тому +8

    Surf the web from inside the engine!

    • @EnricoUniverse
      @EnricoUniverse 9 років тому +1

      +Tesla Dev Glad you're back man, did you get the idea for this video from me btw?

    • @TeslaUE4
      @TeslaUE4  9 років тому +2

      +EnricoUniverse Thanks and I'm afraid I didn't haha!

    • @thelastio9480
      @thelastio9480 8 років тому

      +MineKruso HD Good Idea! (Not going to steal it, but sounds cool!)

  • @Zenshu1
    @Zenshu1 7 років тому

    is there a way to attach the webbrowser to an asset? Such as having it show up on the screen of a TV in your level or does it have to be part of the viewport?

    • @kennethhenson9554
      @kennethhenson9554 7 років тому

      Use a SceneCapture2d attached to a mesh. It would work kind of like a Scope.

  • @ChimeraProd
    @ChimeraProd 9 років тому

    Is there a way I can stream textures from the web into my game so I can make changes to the environment/characters like counterstrike does with sprays? So instead of having to re-build the game, altering textures in realtime could be pulled from the cloud?

    • @capotavola
      @capotavola 2 роки тому

      lool you dont have to rebuild all it rebuild only updates

  • @svenv32
    @svenv32 6 років тому

    if a user logs into his email on webview how can he save his credentials likein any webbrowser

  • @Yatra_yogi_Aniket
    @Yatra_yogi_Aniket 2 роки тому

    But when i export my apk it doesn't work bro 😕😕 it shows only a black screen plzz help

  • @FoxGAMING-NTF
    @FoxGAMING-NTF 6 років тому

    Tesla do you know if this is possible in Unity? It's just that I personally find Unreal harder to use in terms of designing, and plus, I have scenes and projects in Unity where this would work perfectly, but there isn't already anything I really can use to do so...

  • @demonitgames
    @demonitgames 9 років тому

    Well i learned till u make this video lol but anyway its awesome there was susch things that i dont know but now i am making transition between character camera to UMG amera. Keep up u can make some kind server making tutorial will be grate ! keep up

  • @actionman228
    @actionman228 Рік тому

    I like it5 but probably it wont run netlix ?

  • @richardedwinayo9
    @richardedwinayo9 4 роки тому

    can u make resume buttom, this would make really helpful

  • @LightcarrierStudios
    @LightcarrierStudios 8 років тому

    How do we capture a response from the Web Browser? Ex. Integrating Facebook authentication with a mobile app developed in Unreal. Thanks.

  • @BritishConcept
    @BritishConcept 9 років тому

    Very cool!

  • @789alizaidi
    @789alizaidi Рік тому

    amazing tutorial, can you please do a mobile phone tutorial ??

  • @sbk3dteam968
    @sbk3dteam968 7 років тому

    Has anyone managed to build project ie. to win platform using the web browser plugin with blueprint without any error?

  • @aliaouto5659
    @aliaouto5659 2 роки тому

    how to leave the browser interface ~

  • @demonitgames
    @demonitgames 9 років тому

    can u make in game store ??

  • @SuperHesni
    @SuperHesni 9 років тому

    how make it 3d? like web browser on the wall!?

    • @ZioYuri78
      @ZioYuri78 9 років тому +2

      +Arash Hesni i think you can use a 3d widget as a component into an actor blueprint.

    • @kennethhenson9554
      @kennethhenson9554 7 років тому

      on the wall would be flat, a scenecomponent2D tied to a material would do it.

  • @geponen
    @geponen 9 років тому

    can you do tutorial how to make like computer in ue4? like if you go to laptop(trigger) and press e.g E. it will open that laptop screen and you can browse in your "Fake Windows" you made

    • @viktor14jaar
      @viktor14jaar 9 років тому

      +DJPrison Woud take allot of work. Just open a widget and inside that widget have a dummy OS by just creating drag and drop functions. Double click on folder opens new widget inside the computer screen widget etc etc.

    • @viktor14jaar
      @viktor14jaar 9 років тому

      +DJPrison Or just open this webpage: www.windows93.net/

    • @Sierra216
      @Sierra216 9 років тому

      +Twixtor Norton told me that that web page attacked me

    • @viktor14jaar
      @viktor14jaar 9 років тому

      Sierra216 First mistake is using Norton. But I think it is save. Its one of the most visited and advertised websites out there and have never heard some one say its a virus. Well.. the you can start a virus on that virtual computer but that does not harm you in any way. Its only funny.

    • @geponen
      @geponen 9 років тому

      +Twixtor is there something similar for newer windows

  • @soybetrip
    @soybetrip 4 роки тому

    doesn't work when exporting to html5 (web game) :/

    • @divad771
      @divad771 4 роки тому

      I can´t export to anywhere... how you did to windows?

  • @ThornOnARose
    @ThornOnARose 8 років тому +1

    my browser extends off the screen. Help?

  • @BEC_HarshitSaini
    @BEC_HarshitSaini 2 роки тому

    hello bro I had a doubt regarding this project like I want to share my browser screen in ue 4 can u suggest how can I do that like other people can see what I am doing on my web browser

  • @javascripted_
    @javascripted_ 4 роки тому +2

    Inside my game i opened a web browser, which opened my game inside itch.io, which opened a web browser, that went to youtube to watch this video.

  • @ManojChauhan-kl3dh
    @ManojChauhan-kl3dh 4 роки тому

    nice sir but my question is that .how to get your unreal engine 4 game HTML5 project working on wordpress ,and bluehost /dreamhost based personnel website not on local host...Please make tutorial step by step ...?
    I have searched all over internet but didn't find good info on this topic.

  • @jojoii7287
    @jojoii7287 9 років тому

    In deutsch?

  • @VladimirCh10
    @VladimirCh10 9 років тому

    wow

  • @N-.-A
    @N-.-A 9 років тому +1

    Playing a game where u watch you watch porn on a computer with Oculus Rift
    nononononoo......
    Playing a game where you watch a youtube video about how to watch a youtube video within a game.

    • @sbk3dteam968
      @sbk3dteam968 7 років тому

      About loading a UA-cam clip into the URL, have you solved how to control stop/ play function with the web browser plugin?

    • @N-.-A
      @N-.-A 7 років тому

      i think u typed i the wrong comment

  • @travisty222
    @travisty222 7 років тому +2

    For anyone looking for a way to close the web browser viewport after it's open here's a solution. It will open the web page with ] and close it with [
    i.imgur.com/ReDmdbo.png

  • @tehf00n
    @tehf00n 9 років тому

    Forgot the close browser button but then again it doesnt need a tutorial :p

    • @TeslaUE4
      @TeslaUE4  9 років тому

      +tehf00n Yeah I totally should of added that in! For anybody wondering you can add in a button, then generate an onclicked event for it and hook that up with a "remove from parent".

    • @tehf00n
      @tehf00n 9 років тому

      *****
      if you need a tutorial for that.... you should be still reading the contents of the manual :p

    • @trepaning
      @trepaning 9 років тому

      +Tesla Dev But it does not return control to the player, at least it does not for me.

    • @Tyrant372
      @Tyrant372 9 років тому +1

      +Brian Trepanier add game control nod mate

    • @EvanHowell101
      @EvanHowell101 7 років тому

      Could you post a picture of what the blueprint would look like or a shoot tutorial on that?

  • @scottlee38
    @scottlee38 6 років тому

    LOL I smell ad revenue