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

  Рет қаралды 8,282

SoftStoneGames

SoftStoneGames

Күн бұрын

Пікірлер: 47
@grit-mike
@grit-mike 3 ай бұрын
Exactly what I was looking for - prerendered cutscene with audio to open level and play level cutscene from Sequencer. Thanks!
@tistougames
@tistougames 4 ай бұрын
This is the best video on putting a video in my game, I come back to this everytime. Thank you so much for this.
@BR1.618
@BR1.618 Ай бұрын
For the sound use the node "Add Media Sound Component", at the details > Media > Media Player > choose the media player that you've made.
@manuelafernandes3283
@manuelafernandes3283 9 ай бұрын
that was really good, however, it didn´t worked for me. Maybe because my video is way too big and therefore, so the audio.
@sc4rEcs
@sc4rEcs Жыл бұрын
idk why but it doesnt work
@Leoflashlol
@Leoflashlol Ай бұрын
you found out why?
@sc4rEcs
@sc4rEcs Ай бұрын
@@Leoflashlolno
@Leoflashlol
@Leoflashlol Ай бұрын
@@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 11 күн бұрын
@@Leoflashlol electra video
@AdulAhmad68
@AdulAhmad68 9 ай бұрын
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...
@nicki_lowka
@nicki_lowka 5 ай бұрын
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 5 ай бұрын
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 5 ай бұрын
@@shakilanowersamrat Thank you.
@neoblazealex
@neoblazealex 3 ай бұрын
@@shakilanowersamrat Thanks for the tip :)
@BR1.618
@BR1.618 Ай бұрын
"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 9 ай бұрын
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 6 ай бұрын
Any solution yet ?
@Utopia2023Game2
@Utopia2023Game2 2 ай бұрын
Actually the Compelete Video Thank U Man
@SoheilFalahi
@SoheilFalahi 4 ай бұрын
Thanks. after I added the media player under the blueprint Details>Media it worked.
@shakilanowersamrat
@shakilanowersamrat 5 ай бұрын
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.
@cinematic_kenny
@cinematic_kenny Жыл бұрын
Thanks for this! You deserve more subs!
@kholoudhzaem8596
@kholoudhzaem8596 11 ай бұрын
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
@taoxu599
@taoxu599 3 ай бұрын
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🤔
@johnnyque7684
@johnnyque7684 11 ай бұрын
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 10 ай бұрын
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 11 ай бұрын
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 11 ай бұрын
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.
@lucora_
@lucora_ 5 ай бұрын
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 3 ай бұрын
de fouuu
@vik3479
@vik3479 2 ай бұрын
je dois t'avouer que ça serrait mieux surtout que leur système actuel est vachement malfoutu
@larabatech1200
@larabatech1200 Жыл бұрын
nice tutorial it worked for me , thank you !!!
@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 Жыл бұрын
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 !
@HernandoGaviria-s2x
@HernandoGaviria-s2x 7 күн бұрын
dont work in the build
@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 6 ай бұрын
Im just getting a white screen
@afiqhzsq4529
@afiqhzsq4529 8 ай бұрын
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
@cristinamonteiro6632
@cristinamonteiro6632 28 күн бұрын
Thank you so freaking much!
@FINLEYELLIS-u4v
@FINLEYELLIS-u4v 7 ай бұрын
how do I make this so it loops?
@alicechen8919
@alicechen8919 6 ай бұрын
Set Looping node
@th-harsh9651
@th-harsh9651 Жыл бұрын
@KittenisKitten
@KittenisKitten 8 ай бұрын
Does not work
@shakilanowersamrat
@shakilanowersamrat 5 ай бұрын
Keep making video
@endvfxgamingraidingcg7293
@endvfxgamingraidingcg7293 Жыл бұрын
NICE!!!!!
The REAL Reason Unreal Engine VFX Looks FAKE
6:58
Joshua M Kerr
Рет қаралды 522 М.
УДИВИЛ ВСЕХ СВОИМ УХОДОМ!😳 #shorts
00:49
Why no RONALDO?! 🤔⚽️
00:28
Celine Dept
Рет қаралды 99 МЛН
Lamborghini vs Smoke 😱
00:38
Topper Guild
Рет қаралды 53 МЛН
Learning Unreal Engine in One Month to make a Game!
15:25
Will Hess
Рет қаралды 102 М.
How to Show Camera view In Widget | Unreal Engine 5 |
7:14
5 Tricks you (probably) don't know about Unreal Engine 5
10:44
Cinecom.net
Рет қаралды 400 М.
How to Play a Video In-Game in Unreal Engine 5
4:00
Gorka Games
Рет қаралды 74 М.
BOOST Foliage Performance In Unreal Engine
5:09
Joshua M Kerr
Рет қаралды 124 М.
How to Play Videos in a Widget (Unreal Engine 4 UMG Tutorial)
16:49
Custom Master Buttons - UI - Unreal Engine 5 Tutorial [UE5]
17:48
10 Free PLUGINS That Make Unreal Engine EASY (Beginner Friendly)
3:29
УДИВИЛ ВСЕХ СВОИМ УХОДОМ!😳 #shorts
00:49