How to Make a Simple Pause Menu in Unreal Engine 5 - Beginner Tutorial

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

КОМЕНТАРІ • 242

  • @BenTheDev
    @BenTheDev 2 роки тому +27

    Your actually amazing, i needed this for a hello neighbor type game I'm making. thank you very much sir! you taught me a lot, I'm surprised I'm making some stuff without tutorials, but i am because off your and some other peoples help! thank you :)

    • @GorkaGames
      @GorkaGames  2 роки тому +4

      I`m glad to hear that! It will be always my pleasure and great that you are making your own things!! Good luck with the project man!

    • @BenTheDev
      @BenTheDev 2 роки тому +2

      @@GorkaGames Thanks!!!

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

      Esc not working 😢😢😢

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

      Thank you so much dude 👍🏻🫂

    • @Sirbozo
      @Sirbozo 10 місяців тому

      me too

  • @Выдра-е8й
    @Выдра-е8й Рік тому +175

    Tip: if Esc just quits the game without showing up pause menu, go to Editor Preferences -> Keyboard Shortcuts -> Find "Play World" and change key of "Stop Simulation" from Esc to something else

    • @ilyesbay6433
      @ilyesbay6433 Рік тому +9

      That saved me some hours of research, thank you bro !!

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

      Good tip!

    • @messapatingy
      @messapatingy Рік тому +5

      Or use "P" instead of "Esc" as the PauseGame mapping in the Input Mapping Context. And use P to pause.

    • @EdmundFaria
      @EdmundFaria Рік тому +2

      Saver!

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

      Thankyou so much!

  • @Danael
    @Danael Рік тому +13

    If you guys have an "option menu" that you are linking with this tutorial, you might encounter a bug where, when you access your options menus and use "escape" to go back, you'll end up having your option menu still visible, but also ba able control your game ! And if you do escape again, you'll have your pause menu on top of your option menu, and it goes on and on and on.
    To fix this bug, at 8:29, change the "Set Input Mode Game And Ui" by "Set Input Mode UI Only" and plug-in the "Get Player Controller" and the "Pause Menu Widget" at the same place ! Now, this bug won't happen ever again ! :)
    Thanks for the tutorial Gorka, they are amazing, keep going bro !

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

      but now i cant get out from the menu pressing esc back what should i do?

    • @sumantbag01
      @sumantbag01 8 місяців тому

      any work around for this ???

  • @cinemart_youtube
    @cinemart_youtube 10 днів тому +1

    Great tutorial! Just a small tip for those who wants to use the pause menu for more than one character.
    Instead of Casting from the pause menu to a specific character at the end just set ispausedmenuopen? in the completed of your Input Action on the character blueprint and voila!

  • @Mygoditsfullofstars
    @Mygoditsfullofstars 2 роки тому +33

    For those of you who do not have "Inputs" in your context menu when you right click, be sure to enable the "Enhanced Actions" in your plugins menu.

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

      thank you so much for that

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

      I dont see enhanced actions in the plugins menu, but i do see enhanced input because if they are the same, i dont see the input folder

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

      Thank you so much for that i was scratching my head like "Umm there's no input lol" really helped a lot

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

    This was great, thank you. More detailed and better interactions than a previous one I used. Escape to go in and out of Pause with some proper mouse/player controller handling was great, and setting the pause variable on the character was good to know too, to keep things up to date correctly

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

    Thank you so much Gorka Games, you have really helped me in my game dev journey, hope you keep posting stuff like this because it really helps!! :)

  • @ElGilbol
    @ElGilbol Рік тому +7

    I couldn’t put the escape without the editor closing the game so I had to put it on the P key, otherwise, really good tutorial!!

    • @ilyesbay6433
      @ilyesbay6433 Рік тому +4

      @user-nw5le2vu4r
      " if Esc just quits the game without showing up pause menu, go to Editor Preferences -> Keyboard Shortcuts -> Find "Play World" and change key of "Stop Simulation" from Esc to something else"

  • @Seancstudiogames
    @Seancstudiogames 11 місяців тому +1

    This works perfectly in 4.27! Thanks!

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

    I reccomend setting the pause menu button to escape as well as tab or another key!
    When testing pause menu animations and functionality it's really useful being able to open/close the menu without closing the debug session

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

      I found that using SHIFT+ESC also works without closing the debug session!

  • @SkyrozzB
    @SkyrozzB Рік тому +4

    thanks for the great tutorial!
    I wish you slowed down a bit though as it was hard to follow at some points. I missed some steps at first which then made the game not resume properly. got it right on my second watch tho :)

  • @PHIplaytesting
    @PHIplaytesting 9 місяців тому +4

    If you're on 5.3 or presumably later, make sure you tick the check box at the top of the details panel for your buttons that says "Is Variable," otherwise you won't be able to add the OnClick events to them.

    • @ABCBCACB
      @ABCBCACB 7 місяців тому

      Thanks! I was looking for this button. haha

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

      Which one are you talking about? The minutes and seconds were not correct. My ESC did not work.

    • @trevormcreynolds7255
      @trevormcreynolds7255 2 місяці тому

      @@Hasanco_Reiz From another comment: "if Esc just quits the game without showing up pause menu, go to Editor Preferences -> Keyboard Shortcuts -> Find "Play World" and change key of "Stop Simulation" from Esc to something else"

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

    Thankyou so much for doing the entire series

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

    Like From KZ) It's nice to have such a good tutor like you. I'm a UX Designer myself, and forced to learn UMG )

  • @ElegantoEdits
    @ElegantoEdits 19 днів тому

    What if I have bg music playing? It is kinda weird if something is happening, then I press ESC button - everything stops but the soundtrack is still playing

  • @SolearGnG
    @SolearGnG Рік тому +2

    What if there was no input mapping in the contents? I created the input mapping and the action, but don't know where to plug it in.. Also the resume additional actions at the end doesn't do anything in my case - no resume on any other button and when paused, esc will not unpause it..

  • @roboamus
    @roboamus 9 місяців тому

    Your tutorial is the best on YT thank you !

  • @carljthatsme94
    @carljthatsme94 7 місяців тому

    It's so simple but it elevates games massively

  • @k1llo
    @k1llo Рік тому +8

    I ran into a problem: when I press escape, the pause menu opens, but after that it ignores the escape key and any other keys. However, if you click on the continue button, then everything is fine.
    How can I make the widget not ignore keyboard input?

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

      This happens because of the image thing I just deleted it because I didn't know how to fix it

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

      same proplem here
      any fix ?

  • @yumeiqiao874
    @yumeiqiao874 2 місяці тому

    Thank you this is very helpful.

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

    that is awesome, dude!

  • @armin5808
    @armin5808 2 роки тому +1

    bro you make the best ue videos keep it up💪

    • @GorkaGames
      @GorkaGames  2 роки тому

      thank you man!! i really appreciate it 😄😄

  • @Krimson5712
    @Krimson5712 2 роки тому +4

    Are you able to do a part 2 where u implement a save feature onto this UI?

    • @GorkaGames
      @GorkaGames  2 роки тому +2

      well right now this pause menu doesnt require any saving as there are only 3 buttons that produce a simple task. But if you are refering to the options menu I could do so!

    • @Krimson5712
      @Krimson5712 2 роки тому

      @@GorkaGames yh that would be great please

  • @globalo9639
    @globalo9639 10 місяців тому +1

    amaizing video! but what should i do when i dont have de input folder and the input to add in a folder??

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

    I was working on a menu for 'buying items' and when i close the menu with my close button (which is close widget) i cant freely look around anymore, I have to hold right click to look around. Is there any fix?

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

    You are amazing, thank you for all your videos bro!!

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

    Your tutorials are incredible! Thanks for sharing your knowlodge.

  • @siete-g4971
    @siete-g4971 Рік тому

    thank you, nice tutorial :)

  • @MagicxReal-Studio
    @MagicxReal-Studio Рік тому +2

    no something's off here, i even changed the maping to T key and still wont bring out the pause menu ( i did everything as you did except, i had to create a new maping and IA cause on 5.1 version that i use i cant see that folder also i dont have third person thing as i use intermediate battle system that i bought template as the base for my game all other tutorials work perfect like basic pickup inventory and options menu but this pause menu just wont work i discarded the advance input and use just key press does this like in other tutorials and works perfectly maybe this advance input is not or 5.1 version or i just dont know how to adapt it yet but it doesnt matter ! important is that it works thank you !!!! ) now to figure out how to link options menu to the pause menu haha and is set

    • @c-4191
      @c-4191 Рік тому

      I have the same issue :(

  • @duncsi968
    @duncsi968 Рік тому +2

    i find checking Is Game Paused default variable check working better

  • @sumantbag01
    @sumantbag01 8 місяців тому

    Can you do the options menu from the pause menu please and then returning to the pause menu using the Esc key from the options menu ???

  • @fujin_lib
    @fujin_lib 2 роки тому +2

    Muchas gracias por los tutoriales. Son super útiles, me los estoy mirando todos porque quiero empezar a desarrollar un proyecto para aprender cosillas de Unreal. MIL GRACIAS.
    Thank you very much for the tutorials. They are super useful, I'm looking at them all because I want to start developing a project to learn things about Unreal. THANK YOU SO MUCH.

    • @GorkaGames
      @GorkaGames  2 роки тому

      Muchas gracias a ti! Me alegro que te estén sirviendo y mucha suerte en tu proyecto!! 😄

  • @kennmacintosh2627
    @kennmacintosh2627 Рік тому +5

    Dude, how many Red Bulls did you have before you recorded this? 🙂
    Content is spot on, However, I'm having to pause and rewind a lot to absorb it.
    The logic and flow makes total sense. Unless you know every single node in the library, how do you know which node(s) to grab (for us non-programmers), besides experience?
    Thx for the tutorial! U know your shit!

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

      Hahahha thank you! yeah I will try to slow down then in more beginner friendy tutorials. Normally we all tend to use the same nodes, as it is the exact logic that we ned most of the time. It is only in a more advanced level when I start using nodes that are more "mysterious"

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

      @@GorkaGames After pausing and rewinding a gillion times, 🙂I discovered if you go into Settings in UA-cam, you can adjust the playback speed.

  • @rocketpoweredchimpgamesphi7798

    Nice thanks!

  • @Dinospinosaurus-y4o
    @Dinospinosaurus-y4o 10 днів тому

    do you know how to add audio to pause menu?

  • @aiamaazing
    @aiamaazing 2 місяці тому

    When creating the input action IA_PauseGame, then make sure you have a trigger set to "Pressed" for example, otherwise the pause menu open/closed will be triggered multiple times when you press it once.

  • @phantomdude0936
    @phantomdude0936 Рік тому +2

    Im stuck on finding the input folder. I plugged in the enhanced input and I got input when I right clicked, but I didn't get the folder. Without the input folder I dont have the input mapping context and cant put in the pause action. Does anyone know how to fix this?

    • @geotiempo
      @geotiempo 9 місяців тому

      Me too. I did not find the Input Folder

  • @AliBounds
    @AliBounds 2 роки тому +1

    Awesome video

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

    thanks you are the bbest

  • @Goobsnoot
    @Goobsnoot 2 роки тому +2

    Thank you, I remember the old tutorial when you could only open it once

    • @GorkaGames
      @GorkaGames  2 роки тому +1

      My pleasure, if you mean the Options menu yeah, this version is much better

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

    do yk how to stop the audio and play it again on the pause menu?

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

    will this Blueprint work for UE 5.1 version?

  • @cronibet
    @cronibet 2 роки тому +7

    Tip: if ESC just quits the game without showing up pause menu, change key to something else like R or 1 (random)

  • @coner47
    @coner47 2 роки тому +2

    I don't have an inputs folder is it meant to be there or what

    • @GorkaGames
      @GorkaGames  2 роки тому +1

      in which ue version are you on?

    • @coner47
      @coner47 2 роки тому +1

      @@GorkaGames Sorry for late reply but I have sorted now thank you anyway!

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

    Thx you a lot man

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

    Thank you!

  • @StarlightGippy
    @StarlightGippy Рік тому +2

    how can I resume the game and have my cursor still be there?

    • @beatwrecker7343
      @beatwrecker7343 Місяць тому

      when changing game mode back to "game only" choose "game and UI" instead. but be aware, im a new user and this method will make your mouse's "look around" feature be disabled after unpausing.

    • @StarlightGippy
      @StarlightGippy Місяць тому

      @beatwrecker7343 yea i figured it out a few months after I posted that. I was streaming and a guy helped me fix it! Thank you for the help someone else may need it with the comment!

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

    Two questions. I used escape as well and when I pressed it to open the pause menu and then clicked resume to resume, it worked fine. When I accidentally pressed escape again as a force of habit, it exited the pause menu but then I couldn't get back to the pause menu. Also the curser is still showing on screen but I don't know how much of that is due to the actual game or due to the nature of me playing it in the editor rather than in a build. The game is also still not paused, its just that the pause widget popped up.

  • @rikythebombera7386
    @rikythebombera7386 2 роки тому +2

    I don't find imput action, I have Live Link instead of them. How can I find them? :(

    • @tommyp436
      @tommyp436 2 роки тому +1

      I have the same problem

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

    You can actually use the "Is game paused" function to check if the game is paused. You won't need to create your own variable for that, or what is the advantage of doing do?

  • @beatwrecker7343
    @beatwrecker7343 Місяць тому

    i have a question if you're still answering comments! i used this menu system along with another simple menu from another tutorial (same method) to build my game's menu system and everything worked flawlessly and fluidly.
    however, now today, after importing a new character, everything works EXCEPT the pause menu does not remove the widget from my screen, upon resuming the game, when using this new character. both blueprints and animation blueprints are identical in terms of this action and its necessary variables, but it simply glitches and keeps the pause menu on screen when i choose "resume" even though gameplay does resume, including my mouse look around and movement, jumping, etc... im at an impass with this glitch

  • @오주영-w5k
    @오주영-w5k Рік тому

    thank you... ^^

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

    I don't know why, but when I make a new button in the Widget creator, there isn't an Event tab. I followed the tutorial completely, but in the video, it just seems like you have the Event tab by default. I'm very new to Unreal Engine, so any help would be much appreciated.

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

      You have to tick the "Is Variable" in the top of the Details Pannel.

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

    Would you know how I can pause the player controls like in a multiplayer game? I want the model to remain stationary with the idle animation playing, but the player cannot make inputs obviously while the menu widget is open. Thank you! Great vid!

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

    and how do i connect options menu from your other tutorial to the main menu?

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

    Grande Gorka

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

    Hello. Thanks for the tutorial. I’m having this issue where I created my all of my UI elements in Illustrator because the size of everything is important to me. However when I import the assets into my widget, and test play, the assets appear bigger than they should. How do I fix this problem? Maybe it helps to know I have a 2560x1440 monitor and I created all of the assets in a 2560x1440px artboard in illustrator.

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

    When I hit escape, the game exits. How can I remove this functionality from UE and use Esc as pause ?

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

    Im using this for my 1st person map but whrn j exit the menu my mouse is still there and im controlling my mouse and camera st the same time does anyone know how to fix that

  • @mattblyther5426
    @mattblyther5426 2 роки тому

    been having an issue with this, have completed a few 4-5 hour tutorials lately without issue. ive followed this to the T and have triple checked everything. my issue i believe is im trying to add this to my project mid way through and have been applying what u show into my widget ive already got. after completing this my game pauses but does not show anything and will not unpause either. im playing in standalone preivew because my binding is escape.
    is there another way i have to do this where im already using my premade widget? have already tried making a pause only widget but no success either.

  • @doller6584
    @doller6584 2 роки тому +1

    thank you

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

    Боже, спасибо. Наконец-то нашел то что надо!

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

    And why you use Game and UI mode if it allows you to control characters camera even when paused?

  • @travismiller1209
    @travismiller1209 2 роки тому +1

    If i hold down escape, the pause screen flickers from opening and closing. How can i incorporate something that make it where the inputs have to have a delay before it opens and closes?

    • @GorkaGames
      @GorkaGames  2 роки тому +4

      this is probably due to the enhanced input. So just make sure that you have it on "Started", and not on "Triggered"

    • @travismiller1209
      @travismiller1209 2 роки тому +1

      @@GorkaGames Perfect fix, thank you!!!

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

    Problem - when we resume game with the "Resume" button instead of another Esc press, the "Is pause Menu Open" remains true, as well as the mouse cursor on the screen.
    To fix it I did the following: in the Pause Menu widget BP, from Remove From Parent I added "Cast to BP_ThirdPersonCharacter" with object as "Get Player Character", then from it I set IsPauseMenuOpen to false -> Set Input Mode Game Only -> Set Show Mouse Cursor to False (Target for the last two is Get Player Controller). And it seem to fix everything.

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

      I cant access BP_ThirdPersonCharacter. Why?

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

      Thank you so much I spent over an hour trying to solve this!

  • @pqwerty4720
    @pqwerty4720 2 роки тому +1

    it worked perfectly for me, thank you very much. however i have the doubt why you added the code at the end (from Cast to BP_ThirdPersonCharacter), because without it the menu works perfect, please, could you explain it to me? thanks again.

    • @GorkaGames
      @GorkaGames  2 роки тому +1

      yeah I added that in case the player closes the menu by the "Resume" button instead od hitting escape on their keyboard. By this I make the same process as in the ThirdPersonCharacter Blueprint by making sure the variables are synced

    • @pqwerty4720
      @pqwerty4720 2 роки тому

      @@GorkaGames oh, I understand, thank you very much again :)

  • @Brady.1230
    @Brady.1230 2 роки тому +1

    Im dont have the input folder in my thirdperson folder & its not showing the input tab when trying to create an imput file

    • @GorkaGames
      @GorkaGames  2 роки тому

      in which ue version are you?

    • @Brady.1230
      @Brady.1230 2 роки тому

      @@GorkaGames 5.0 I just realized I was on 5.1 and updated now, thank you though for making such great videos they are very helpful & just one suggestion is that you go a little fast too when going through the steps

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

    Hi, I have had problems finding a unreal engine 5 tutorial where i can make a main menu with a, new game, and a load game system. can you please make a tutorial on how to make this. thank you.

  • @TNLVZNNN
    @TNLVZNNN 10 місяців тому

    how can we add controller input for the dpad?

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

    i did exacly what you showed in the video but my pause menu just shows for a second and i dont know how to fix it

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

    in the editor when i press escape it just exits the game from play mode to edit mode.

  • @deep_d.i.v.e
    @deep_d.i.v.e 5 місяців тому +1

    I noticed at the end of the tutorial ( I hope I did everything right ) when I would press ESC the Pause Menu would pop up. However, when I would click Resume I would then have to press ESC two times to re-open the Pause Menu. I'm guessing that the game still thinks it's open even after clicking Resume. Everything works, but technically the Player Blueprint does not respect the Resume Button. Did I uhhh... do something wrong??

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

      Found any fix ?

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

    I followed everything you did but when i pressed 1 (I binded 1 as the pause menu) it didnt do anything?

  • @DeadEndGames
    @DeadEndGames 2 роки тому +1

    i have followed everything but it just does not work at all for me

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

    The only problem I ran in to is when I press the resume button the curser is still there and I need to press escape again to get removed I have been trying to fix it on my own but i cant find out what is the problem. If someone can help it would be appreciated

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

    how do I get the options button to open my options menu?

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

    everything worked, but for some reason if I map the pause button to the "escape" button, as soon as I click escape the editor stop playing the game, so I have to remap the pause button to "Q"

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

    Hey after i made that, jumping stoped working any idead why?

  • @DBros-ni2zo
    @DBros-ni2zo Рік тому +1

    My Cast To BP_FirstPersonCharacter doesn't work, it says this:
    "'BP First Person Character' does not inherit from 'Player Controller' (Cast To BP_FirstPersonCharacter would always fail)."
    How do I fix this?

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

      You need to connect a "Get Player Character" instead of "Get Player Controller" to that cast as the referenced object. Those are two different things, and your Blueprint containing the variable you are looking to access and change is in your Player Character, not in a Player Controller

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

      @@daiben9835 Still it call the same error and i can't uotput the bool from the cast. I'm on 5.03

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

    I did everything but pressing the esc key more than once, pressing the resume a, the pause menu does not go, can you help me?

  • @hardcorejustice
    @hardcorejustice 2 місяці тому

    If you have an issue with open "pause menu" after clicking "Resume" button just in your "BP_thirdpersoncharacter" remove "IsPaused" in branch condition and instead add function "is game paused".

  • @voicubogdan4339
    @voicubogdan4339 2 роки тому +1

    you saved me!

    • @GorkaGames
      @GorkaGames  2 роки тому

      im glad that I could help!

  • @Jandycon
    @Jandycon 10 місяців тому

    Doesnt flip flop work anymore with AI Enhanced?

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

    Enhanced Input doesnt seem to work with me, I map the escape button and everything but nothing happens

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

    pause menu works fine, but, I cannot close it when I press 1 again, and also my game just freezes after closing it. Is there a way to fix this?

  • @Arham_Gamer_Official
    @Arham_Gamer_Official 4 місяці тому +1

    i created pause menu but the audio is still running

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

    you can use is game paused?

  • @ZimMabu_GameDev.
    @ZimMabu_GameDev. Рік тому

    haha best guy!!!!

  • @gabitohlanz3257
    @gabitohlanz3257 2 роки тому +1

    Can you make a tutorial to be able to make a game that lasts a certain amount of time and when the time is up the game ends too?

    • @GorkaGames
      @GorkaGames  2 роки тому

      do you mean like a game that has a timer and you play until it ends, or a challenge to make a game in a certain amount of time?

    • @gabitohlanz3257
      @gabitohlanz3257 2 роки тому

      @@GorkaGames yes a game that has timer :)

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

    That's a great tutorial. Thanks for the help but quick question, what can I do if I using gamepad? Any advice on that?

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

      Just in case you haven't found the answer yet, you can go the IMC_Dafault (or the input controller you are using). Click the twistie next to the IA_Pause that you created and this opens up the input option you created when following the tutorial, with the keyboard Esc key or other key you set. Click the + button to the right (Next to the rubbish bin symbol) and this allows you to set another input including to the Gamepad. The drop down arrow that appears lets you do this. I used the left shoulder button on the controller.

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

      @@oldweststories I got that working, but I am asking if there was a way to use the menu with a gamepad. I can open and close it but you can browse the menu with the gamepad

  • @itssarcasm2668
    @itssarcasm2668 8 місяців тому

    I have an issue where you have to press escape really quickly because if you dont then it will open the pause menu really fast on and off

  • @DailyPaily
    @DailyPaily 2 роки тому +1

    Con esto estaba anoche, hoy intentaré crear el sistema de navegación con teclas/pad, acepto pistas y consejos, que no he visto forma simple de hacerlo

  • @sheldon1000
    @sheldon1000 2 роки тому +1

    When I hit my escape key it just exits out of gameplay mode. I must be missing something simple...

    • @sheldon1000
      @sheldon1000 2 роки тому

      The pause menu works great in standalone mode, but not in transport mode. How to fix for use in transport mode?

  • @blablup1214
    @blablup1214 8 місяців тому

    I've got the problem, when I press ESC
    the menu opens and closes at a super fast rate.
    So it is not guranteed that it open if I want to press one time
    Someone got an idea what I made wrong ?
    *EDIT:* Found it after rewatching some parts again and again.
    At creating the IA it was set to triggered.
    Didn't see the little Icon, so the started option was hidden

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

    I cannot find the BP_PlayerCharacter in the Widget BP, what am I doing wrong?

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

      Never fucking mind, I hate Unreal 5! Forgot that my character BP name is without BP_* XD

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

    I got the code to work only when I "package" the the project. When I hit the "PLAY" (green arrow) within the UE editor, the menu does not display.
    It did in your tutorial. Not sure why.. I'm running UE 5.1 if that makes any difference.

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

      That's because that's the button to exit the run mode directly in the viewport, so the widget will not display if the game is no longer running. If you select the run mode as a standalone game for example, it will open in a new window and the escape no longer closes de game, so you'll be able to use it to load the menu, much like the packaged game. Gorka probably changed his key bindings so that escape doesn't stop the game running in the viewport. I hope that answered

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

    Hm. I do not have the Input folder, nor the Input menu when I right click. Is this something I need to import?

  • @rain8635
    @rain8635 8 місяців тому +2

    bro is speedrunning the tutorial 😭

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

    I'm confused. I change the "ESC" button to "P" as pause game but neither the "P" button or others work.

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

    Why dont use flip flop funciton ?