UE5 Tutorial - Add Video to a Widget (New Version)

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

КОМЕНТАРІ • 49

  • @tistougames
    @tistougames 5 місяців тому +1

    This is the best video on putting a video in my game, I come back to this everytime. Thank you so much for this.

  • @grit-mike
    @grit-mike 5 місяців тому

    Exactly what I was looking for - prerendered cutscene with audio to open level and play level cutscene from Sequencer. Thanks!

  • @BR1.618
    @BR1.618 3 місяці тому

    For the sound use the node "Add Media Sound Component", at the details > Media > Media Player > choose the media player that you've made.

  • @sc4rEcs
    @sc4rEcs Рік тому +14

    idk why but it doesnt work

    • @Leoflashlol
      @Leoflashlol 3 місяці тому

      you found out why?

    • @sc4rEcs
      @sc4rEcs 3 місяці тому

      @@Leoflashlolno

    • @Leoflashlol
      @Leoflashlol 3 місяці тому

      @@sc4rEcsI found out why. My video is anyhow not working every other one works. I did one of it in the app handbrake.

    • @HyewonAn-q7r
      @HyewonAn-q7r 2 місяці тому

      @@Leoflashlol electra video

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

    Thanks for this! You deserve more subs!

  • @manuelafernandes3283
    @manuelafernandes3283 11 місяців тому +2

    that was really good, however, it didn´t worked for me. Maybe because my video is way too big and therefore, so the audio.

  • @AdulAhmad68
    @AdulAhmad68 11 місяців тому

    I want to be able to play multiple videos onto the same "image" however I cannot figure out a way to get the video dimensions so I can resize the image.
    In this tutorial you just set the image to 1920x1080 which are the dimensions of the video, but I want it to set dynamically...

  • @Utopia2023Game2
    @Utopia2023Game2 3 місяці тому

    Actually the Compelete Video Thank U Man

  • @afiqhzsq4529
    @afiqhzsq4529 9 місяців тому +1

    For those who still got the white screen issue, go to your new created material, and change the texture sample with the media player's texture (MT_Movie_01 file in this video). Cheers

  • @m.e.1040
    @m.e.1040 11 місяців тому +5

    For me it's not working. It's the same result like in the other tut for UE4. The screen stays white. Electra Plugin is enabled. What could be the Problem?

    • @Inwardcrowd2210
      @Inwardcrowd2210 8 місяців тому +1

      Any solution yet ?

    • @18-BitDev
      @18-BitDev 24 дні тому +1

      @@Inwardcrowd2210 I think I might've just solve the issue. I know this might be late. But go into your media player, select the movie, make a playlist of said movie, then go into your blueprint and then make an open playlist node, and select the playlist. Boom works! Atleast for me

  • @SoheilFalahi
    @SoheilFalahi 5 місяців тому

    Thanks. after I added the media player under the blueprint Details>Media it worked.

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

    nice tutorial it worked for me , thank you !!!

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

    Thanks a lot for the tutorial, do you happen to know how to do this in AR project? I'm using handheld AR template from UE5

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

    I am trying to incorporate this into a VR game, but the view on the screen and the headset looks distorted and is different in both eyes. I think it is something to do with the size and placement of the widget. Do you know how to fix this?

    • @SoftStoneGames
      @SoftStoneGames  Рік тому +1

      You can’t just add widgets into a vr environment. I suggest to look up tutorials on how to accomplish this, then add the video the way I did.

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

    How do you do this if you want a transparent background for MP4 format?
    I know that you have to have 2 videos for MP4 to do this (RGB and Alpha).
    But how do you implement this in UE?

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

      idk if it works but it should: open the movie material that you created, import your alpha-mp4 and add it to the material as a texture sample (just copy the 1st texture sample and select your alpha-mp4 in the details panel). then you can put it into the "opacity mask" node and you just have to set the material blend mode to masked.
      easier way would be to use a movie format that supports alpha so you dont need a seperate alpha movie. then just put the A output from the texture sample into the opacity mask, set blend mode to masked, and that's it.

  • @shakilanowersamrat
    @shakilanowersamrat 6 місяців тому

    Do loop the video, open the Media Player file located in the Movie_Files, then in the Details panel you will find a loop enable or disable button. You are welcome.

  • @nicki_lowka
    @nicki_lowka 7 місяців тому +1

    Thank you! This worked! Just to note: in Unreal Engine 5.4.2 there is no "Start Movie" node option, so i just connected the "Event Construct" to the entire string of nodes you had connected to a "Custom Event" you created and it worked fine. Do a video on how to loop the video so it doesn't just abruptly end.

    • @shakilanowersamrat
      @shakilanowersamrat 6 місяців тому +1

      Do loop the video open the Media Player file located in the Movie_Files, then in the Details panel you will find a loop enable or disable button. You are welcome.

    • @hideoriT
      @hideoriT 6 місяців тому

      @@shakilanowersamrat Thank you.

    • @neoblazealex
      @neoblazealex 5 місяців тому

      @@shakilanowersamrat Thanks for the tip :)

    • @BR1.618
      @BR1.618 3 місяці тому

      "Start Movie" is referenced to the custom event that he made. You needed to add the name of your custom event.

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

    Hey, what node would i use after last delay to just hide the widget, i want to stay on the level where the video is playing, i tried several, but did not managed to find one working, video plays and after it finishes im left with black square on my screen aka widget but i can move in the background, thank you.

    • @SoftStoneGames
      @SoftStoneGames  Рік тому +1

      You can use the “Remove from Parent” node.

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

      @@SoftStoneGames that was one of those that ive tried, it still stays black screen after video ends, i must ve missed something somewhere, ill check today and try again, if u have other suggestions please let me know, thanks again.

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

      @@SoftStoneGames yup ! as i thought, i checked and found out i forgot to connect two nodes , haha , now it works nicely, thank you for help anyway !

  • @taoxu599
    @taoxu599 5 місяців тому

    Thanks for the video, I found that using Duration to get the time and using Delay to determine if the video has finished playing was a little inaccurate, so I used the MediaPlayer's OnPlaybackSuspended delegate to get this and it looks like it seems just work🤔

  • @th-harsh9651
    @th-harsh9651 Рік тому +2

  • @lucora_
    @lucora_ 7 місяців тому +1

    sa n'a pas marcher pour moi, et aussi pourquoi UE se font chier alors que juste un object "vidéo" dans le truc pour faire les UI résouderais le problème

    • @NekUnity
      @NekUnity 5 місяців тому

      de fouuu

    • @vik3479
      @vik3479 4 місяці тому

      je dois t'avouer que ça serrait mieux surtout que leur système actuel est vachement malfoutu

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

    why is my video always laggy in game?

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

      Can be a number of problems. First things that comes to mind is either your hardware can’t handle it or there is too much going on in the background (ticks)

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

    NICE!!!!!

  • @warnado5007
    @warnado5007 8 місяців тому +1

    Im just getting a white screen

  • @HernandoGaviria-s2x
    @HernandoGaviria-s2x Місяць тому

    dont work in the build

  • @FINLEYELLIS-u4v
    @FINLEYELLIS-u4v 9 місяців тому

    how do I make this so it loops?

  • @shakilanowersamrat
    @shakilanowersamrat 6 місяців тому

    Keep making video

  • @KittenisKitten
    @KittenisKitten 10 місяців тому +3

    Does not work

  • @liquidized106
    @liquidized106 25 днів тому

    great tutorial. on point and easy to follow...and it works 🙂