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

แชร์
ฝัง
  • เผยแพร่เมื่อ 12 ม.ค. 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.

  • @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

  • @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.

  • @manuelafernandes3283
    @manuelafernandes3283 10 หลายเดือนก่อน +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.

  • @cinematic_kenny
    @cinematic_kenny ปีที่แล้ว

    Thanks for this! You deserve more subs!

  • @SoheilFalahi
    @SoheilFalahi 5 หลายเดือนก่อน

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

  • @AdulAhmad68
    @AdulAhmad68 10 หลายเดือนก่อน

    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

  • @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 หลายเดือนก่อน

      @@Leoflashlol electra video

  • @nicki_lowka
    @nicki_lowka 6 หลายเดือนก่อน +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 4 หลายเดือนก่อน

      @@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.

  • @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 16 วันที่ผ่านมา +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

  • @larabatech1200
    @larabatech1200 ปีที่แล้ว

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

  • @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🤔

  • @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

  • @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.

  • @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.

  • @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 !

  • @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 3 หลายเดือนก่อน

      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)

  • @warnado5007
    @warnado5007 7 หลายเดือนก่อน +1

    Im just getting a white screen

  • @HernandoGaviria-s2x
    @HernandoGaviria-s2x หลายเดือนก่อน

    dont work in the build

  • @FINLEYELLIS-u4v
    @FINLEYELLIS-u4v 8 หลายเดือนก่อน

    how do I make this so it loops?

    • @alicechen8919
      @alicechen8919 7 หลายเดือนก่อน

      Set Looping node

  • @KittenisKitten
    @KittenisKitten 9 หลายเดือนก่อน +3

    Does not work

  • @endvfxgamingraidingcg7293
    @endvfxgamingraidingcg7293 ปีที่แล้ว

    NICE!!!!!

  • @shakilanowersamrat
    @shakilanowersamrat 6 หลายเดือนก่อน

    Keep making video

  • @liquidized106
    @liquidized106 17 วันที่ผ่านมา

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