UE4 How to play cutscene/ video using Widget with Sound - UE4 How to trigger cutscene

แชร์
ฝัง
  • เผยแพร่เมื่อ 18 ก.ย. 2024
  • My game
    LIRE : store.steampow...
    Support me : / zheroisland
    #ue4 #ue4cutscene #ue4tutorial

ความคิดเห็น • 22

  • @zheroislandofficial5271
    @zheroislandofficial5271  ปีที่แล้ว +7

    FYI : 1:31 You must make folder name called "Movies", If you don't name it your folder with "Movies" Unreal will not detect that folder as movie and will combine your movie folder as the asset when you Compile or Package your game. The result will failed to play the cutscene because your movie is not deteceted (showing the blackscreen only) if you don't make the folder name is "Movies".

  • @justDausDev
    @justDausDev ปีที่แล้ว +6

    Thank God😭 this is what im looking for
    Thank you so much for posting this
    Very Cool👍

  • @3DChaddd
    @3DChaddd ปีที่แล้ว +1

    great way of showing cut scenes tysm

  • @Speedy-nq9ro
    @Speedy-nq9ro ปีที่แล้ว

    Hi great tutorial! Got it working perfectly for the intro to my game. I’m hoping you’d be able to help me with the ending. I have two separate cutscenes made in blender depending if the player wins or loses so I’m wondering what node set up would you do for a cutscene to trigger linked to the player and enemies health bars? Thanks in advance!

    • @zheroislandofficial5271
      @zheroislandofficial5271  ปีที่แล้ว +2

      It's a bit complex but I can share you the concept. First I need to know win or loose condition for your game, let say if the hp enemy is 0 you win the game and play the cutscene. I'm assuming you already know how to make simple hp.
      Here the step :
      1. Make your hp variable in your enemy using float
      2. Add box collision in your enemy
      3. Add this node in your enemy.
      Event begin overlap - cast to player character (your player name) - branch node and connect it current hp enemy

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

    You can't connect variable from an exe line to another, this is not safe at all. Use variables.

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

    Thank sir
    Do you know how to make player changes his location in same level after cutscene. For example, level 1 has forest and houses. When I go to specific area in level, cutscene is playing and once the cutscene is finish, the character player will change his location to one of the house in same level.

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

      Yes you can do that using teleport node after finish play the cutscene. You can follow this tutorial th-cam.com/video/XN6auOm_9ZY/w-d-xo.html
      It's not my tutorial but you can follow this simple teleport and combine it with my BP cutscene.

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

      @@zheroislandofficial5271 bro you save my life 😁😁. I will try. Thank you very much

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

      @@zheroislandofficial5271 thank you sir
      Today I learned new word in game development. The word is teleport.
      When I search what does teleport mean. It is actually science name. Basically it is about moving stuff. Game development is not just for game. It is more than game

    • @zheroislandofficial5271
      @zheroislandofficial5271  ปีที่แล้ว +1

      @@nassergreatdeveloper3745 Your welcome glad I can help you~ ☺️

  • @michael.corlenome
    @michael.corlenome ปีที่แล้ว

    Hi, im having a problem. When the player enteres the collision box it plays the cutscene as it shuld, but when i exit from the play-window and restart the game, the cutscene is not there, just a black screen. So in other words, it works half the time. Any idea how to fix it?

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

      Hi thanks for visit my channel, restart the game do you mean quit from editor and play again? I have checked my bp and I don't find the issue. If your cutscene showing only blackscreen when you play from your compile game it means you need to change your" Movie" name folder, you need to rename the "Movie" folder to "Movies", I put my explanation in pin comment.
      Please double check this :
      1. Open your BP_videoPlayer, in "Create widget Media Player Widget" node make sure you set the video that you want to play in "Video Playlist".
      2. I'm assuming you have 2 BP_VideoPlayer, at the 1st BP_VideoPlayer you already set the video, but the 2nd BP_VideoPlayer you don't set it the video yet. So Probably when you restart the game you play in different map, and your character hit the 2nd BP_VIdeoPlayer that you put in the map, so it will failed to play the video because you not set it the video yet in 2nd BP_VideoPlayer.
      If my assuming is not correct please provide your video issue, & your bp too. Just put the link in here so I can check it :)

  • @pvt.vassili9863
    @pvt.vassili9863 ปีที่แล้ว

    Thanks man...I followed every step you did...But i have a small issue..my game is not resume after the end of the cutscene..i wonder what happened...can u help?

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

      Thanks for the subscribe, the reason why you have that problem because you forgot to remove the widget after video end. You can using "Remove from parent". Follow the step at 14:00

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

    will there be an updated version for 5.1?

    • @zheroislandofficial5271
      @zheroislandofficial5271  ปีที่แล้ว +1

      My PC is not good enough for UE5, but I think it still same. You can try it and hope it works ^^

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

    how to make trigger activate only once

    • @zheroislandofficial5271
      @zheroislandofficial5271  ปีที่แล้ว +1

      You can use "Do once" node or handle it using boolean

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

      @@zheroislandofficial5271 thank you very much
      from where did you learn ue blueprint

    • @zheroislandofficial5271
      @zheroislandofficial5271  ปีที่แล้ว +1

      @@trexxtreamyoYour welcome. I'm watching a lot tutorial from youtube :)