Door And Key System | How To Open A Locked Door With A Key In Unreal Engine 5 (Tutorial)

Поделиться
HTML-код
  • Опубликовано: 19 дек 2024

Комментарии • 70

  • @masterx_6119
    @masterx_6119 Год назад +18

    bro you have all tutorials i need for making a horror game. that helps me a lot. thanks a lot

    • @APlaceForJoy
      @APlaceForJoy 3 дня назад

      it doesn't work in true first person

  • @PatrickTheDM
    @PatrickTheDM Год назад +2

    It's a variable key to success! 😁 Edit: As you can see from my comment I expected you to use variables to match the key and door and you surprised me with a new way to do it. Great tutorial. Now I understand why you did a tutorial that you had done in the past.

  • @studiodenne
    @studiodenne Год назад +5

    Hi, thanks for this tutorial. It still works when I put the key anywhere on the map. But if I put the Key inside an drawer, as an child actor, I can pick the key up, but can´t open the door, because at this moment I can´t promote the BP_key to the BP_door at the default. What can I do to put Key inside the drawer an use them ? thank you

    • @halfrican8682
      @halfrican8682 2 месяца назад

      dont make it a child in that case just make it inside the drawer make sure the collision on hte drawer is complex so it fits the angles and then youd have to maybe to a line trace to make itwhere you can grab the key inside the drawer. you may can make the child instance editable but im not sure

  • @jawsomeproductions
    @jawsomeproductions 9 месяцев назад

    This was a great help, thanks for putting it together!

  • @richardmatthews2807
    @richardmatthews2807 5 дней назад +1

    What about the collisions ? I keep running through the door

  • @CyberianWaste
    @CyberianWaste Год назад +5

    How can this be adapted to open multiple doors (the blue keycard opens all blue doors)? Would you have BP_Key contain an array of multiple BP_Doors? Or is there a more efficient way?

    • @MonkeyDGhoul
      @MonkeyDGhoul Год назад

      did you manage to do it? and how? thanks

    • @andresaraya5198
      @andresaraya5198 Год назад

      idk if this will actually work but, can you add a int to specific key and then assign the same int to all the doors you want to open with that key. When trying to open them you can check/compare if they have the same int, if that is the case then the door opens.

    • @Iobsterpeterson
      @Iobsterpeterson Год назад +1

      You can use gameplay tags.

  • @exakelgaming
    @exakelgaming Год назад

    this helped with one of my game design assignments.

  • @ezz1288
    @ezz1288 4 месяца назад

    Matt as usual, your tutorial are super useful! Thank you!

  • @blackcap_gamer
    @blackcap_gamer 5 месяцев назад

    Thank you so much bro exactly what I was searching for

  • @MCMishaNoernir
    @MCMishaNoernir 2 дня назад

    what if this was to be in a drawer that also has an interaction collision, would the collision for the drawer still work?

  • @vickycorbalan8556
    @vickycorbalan8556 11 месяцев назад

    your tutorial was great! thank you so much :)

  • @bunnygodx
    @bunnygodx 11 месяцев назад

    great tutorial, thank you!!!

  • @vladiktomil434
    @vladiktomil434 8 месяцев назад

    Very good tutorial bro! Thank you so much. Let's see you could upload something with Advanced Locomotion System.

  • @lordhightower6124
    @lordhightower6124 11 месяцев назад

    very nice man thank you

  • @RequiemBrawl
    @RequiemBrawl Год назад +2

    When second part to multiplayer doors, please we need to this, with linetrace without box overlapping

  • @CountCoffee
    @CountCoffee Год назад +1

    I did your UE4 locked door tutorial and it didn’t work… I hope this one does! Lucky I didn’t do this more than 3 days ago XD

  • @One-4-uDe
    @One-4-uDe Год назад

    Awesome, that way is more elegant as I did with variables.

  • @ravi12880
    @ravi12880 7 месяцев назад

    Thank you sir i appreciate it 😊

  • @federicob9211
    @federicob9211 4 месяца назад

    thank you very much, you saved me

  • @AUTONOMOUSTANZIM
    @AUTONOMOUSTANZIM Год назад

    Ur the best tutor ever

  • @kevCarrico
    @kevCarrico Год назад

    great tutorial - i'm using this to put a coin in a subway turnstile (and then setting "has key?" to be false) - thank you!

  • @ahmadruslanovich739
    @ahmadruslanovich739 Год назад

    Hi, Matt! How would you make a smartphone like in gta v? I mean there should be user widget and what’s happening on that widget should be displayed on phone object model. How we can transfer my user widget state into phone model widget? Anyway thank you!

  • @andrewvanderwalt8494
    @andrewvanderwalt8494 8 месяцев назад

    Hi Matt, Awesome tutorial mate! Question though...How Can I make it that the key can just unlock a door when picked up without having to select it with the picker when spawned into the map? In the class defaults it is grayed out so I can't set what key will unlock which door before it is spawned into the world. I want a boss AI to drop the key and the player just picks it up and unlocks the door that was set for that key. Thank you in advance

  • @jawsomeproductions
    @jawsomeproductions 9 месяцев назад

    Is it possible for one key to be set for multiple doors, like a key card system?

  • @r1strange698
    @r1strange698 Месяц назад

    Thanks

  • @Kami-fs2db
    @Kami-fs2db 6 месяцев назад

    interact doesnt show at 5:00

  • @Lucifer100990
    @Lucifer100990 7 месяцев назад

    Thank you

  • @dicesuki4286
    @dicesuki4286 2 месяца назад

    Hi There. I encountered a problem on my code. I tried to follow your tutorial, while it works however the catch is that once one player got the right key, all players can now open and close the door. how can you make this where only the player who picked up the key can open the door?

  • @tristanshiels
    @tristanshiels 5 месяцев назад

    hey great tutorial but i have finished it but cannot interact with the door once the key has been picked up, i have been back through the video and checked everything. does anyone know why this could be ?

  • @Tamrielforever
    @Tamrielforever 10 месяцев назад

    The key wont pick up for me. The only difference is I had E already set up. I've set up a door before. Just not with a lock system. Any tips?

    • @Tamrielforever
      @Tamrielforever 10 месяцев назад

      UPDATE. The last part where i connect the door to the key isn't working!!

  • @ERAK_Aenyegames
    @ERAK_Aenyegames Год назад

    I have one question, my door just do ROTATION, bot not open like urs, how it can be possible ?

  • @Mikaela112
    @Mikaela112 Год назад

    For some reason the doors collision is gone and I can walk through it? An idea what's caused this?

  • @giloniellfeliciano6911
    @giloniellfeliciano6911 Год назад +1

    I tried doing it exactly but the only thing it doesn't let me is interact with the key, pressing the key on my keyboard doesn't activate

  • @raulalvarado7465
    @raulalvarado7465 8 месяцев назад

    I just used the aitudthy heavy key repond.

  • @ASTRAL15293
    @ASTRAL15293 5 месяцев назад

    Thanks. :)

  • @SharinganDeeOfficial
    @SharinganDeeOfficial 10 месяцев назад

    What do I do if I want my door to require more then one key

  • @Buddyer_ler
    @Buddyer_ler Год назад

    hi i would like to know how to make a submarine for a game, if i can

  • @Michael-nf5ji
    @Michael-nf5ji 2 месяца назад

    I ran into an issue.
    The door isn't opening or rotating at all. I can place the key into the level and pick it up. Though there's no interaction with the door.
    Lastly, I forgot how to set the door so the player cannot walk into it and pass through it without the key.
    If anyone can help, I'd appreciate it!

  • @GuestStudios690
    @GuestStudios690 Год назад

    hey bro i got a problem in my game: i want to make it so when a object interacts with another object one simulates physics but i dont know how to do that

  • @PekiPavle
    @PekiPavle 9 месяцев назад

    for some reason when I open the door I can't go trough it. Anyone know a way to fix that?

  • @MattC-137
    @MattC-137 8 месяцев назад

    How can I open multiple different doors with one key?

    • @MattC-137
      @MattC-137 8 месяцев назад +2

      I figured it out: if you right click on the door variable within the key blueprint to then change variable type, it will change it to an array and allow you to assign the same key to multiple doors.

  • @bunnygodx
    @bunnygodx 11 месяцев назад

    subscribed

  • @goldskull4498
    @goldskull4498 7 месяцев назад

    soo confused, i followed step by step and it still doesnt work. i think it might be the timeline thing idk how to use it ugh

  • @muneebhero1159
    @muneebhero1159 Год назад +5

    Please matt as planned I am begging you please please please make a video on unreal engine 5 first person shooter combat system please

  • @Salad-Gamer
    @Salad-Gamer Год назад

    8:31

  • @m23rco
    @m23rco 6 месяцев назад

    Bro everything with key work but the door dont move, pls

  • @OnlyViKnows
    @OnlyViKnows 11 месяцев назад

    So the tutorial worked sort of? Except it made my door does a complete 360 rotation even though i followed everything

  • @shinykyogre7197
    @shinykyogre7197 7 месяцев назад

    the key wont be picked up, so odd

  • @Tamrielforever
    @Tamrielforever 10 месяцев назад

    I tried this on a new project and the key still wont pick up!!! There might be something you need to update.

  • @JoTheMonkey
    @JoTheMonkey 8 месяцев назад

    last part doesnt work for me

    • @JoTheMonkey
      @JoTheMonkey 8 месяцев назад

      for some reason the door wont be accepted as an actor or something

  • @makarqvvv
    @makarqvvv Год назад

    you best

  • @amarshil2415
    @amarshil2415 Год назад +1

    Hi mate can you make a Vedio on how to make jump attack system

  • @george_iv_4548
    @george_iv_4548 8 месяцев назад

    My door opened up and down 😂 I don’t know what I messed up

    • @NotSnakeRex
      @NotSnakeRex 8 месяцев назад

      try rotating it not on the Z Axis, try the X or Y Axis

  • @rayxboxtf1488
    @rayxboxtf1488 4 месяца назад

    I can't pick up The key 🗝️ 😭😭

  • @makarqvvv
    @makarqvvv Год назад

    I love u

  • @Iobsterpeterson
    @Iobsterpeterson Год назад +4

    Do not suffix bools with question marks, and don't put spaces in variable or function names. These are bad practices.

  • @km3668
    @km3668 Месяц назад

    really helpful! thank you!!