How To Create A Character Selection Menu - Unreal Engine 5 Tutorial

Поділитися
Вставка
  • Опубліковано 27 лис 2024

КОМЕНТАРІ • 36

  • @PitchforkAcademy
    @PitchforkAcademy  4 місяці тому +5

    For anyone who wants to stop the camera wiggin' out when selecting the 4th option, just change "option 3" on the select node (in BP_Camera) to '-90'. 🫶

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

      But it stops it from making a full rotation it works but not the intended way

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

      @HWGamingDev That was never MY intention, but if it's your intention then you would probably want to store the current rotation as a variable, plug that into out range A, and store the target rotation (which you would add/subtract 90° to/from), and plug that into the out range B. 🙂

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

      @@PitchforkAcademy Oh my bad lol i thought it was do you know if i can get a screenshot of what you mean im havimg troubles with it btw u got my sub 🫡

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

      @HWGamingDev If you join the Discord via my Patreon link in the description I can share how to do it tomorrow when I get time.

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

      @@PitchforkAcademy how do i find the discord link do i have to be a paid member?

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

    Awesome guys. Just what I've been looking for. 👌

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

      @charliemartin2535 Glad to hear it! Thanks for watching and thanks for engaging with our content! 🫶

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

    Thanks for the video, good job :)

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

    Thank you, Sir 😊

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

    Thank you. A weapon selection screen would also be good :)

  • @TheSquess
    @TheSquess 28 днів тому

    Very nice video!

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

    Oh wow I gotta Bookmark this

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

    pure gold! 💛

  • @3djramiclone
    @3djramiclone 2 місяці тому

    I subscribed to your channel, I gonna take look more close your work flow, was amazing the tutorial, Im 3d animator and this what i need

  • @excelsian512
    @excelsian512 3 місяці тому +3

    I immediately saw that weird spinny thing comming when he added the "less or equal than" 0 node. If you're at 0, you want to stay at zero, but with less or equal than (emphasis on equal), when you land on character 0, you will set to 3. Weird how he didn't catch on, even when reviewing the blueprint. It'd be a super easy fix, just replace

    • @PitchforkAcademy
      @PitchforkAcademy  3 місяці тому +1

      @excelsian512 Incorrect. If you click left when you are already at zero then you want it to loop back around to the last index. I simply should've handled the rotation differently, but it will still select the correct index/character.

    • @PitchforkAcademy
      @PitchforkAcademy  3 місяці тому +1

      @@excelsian512 Your mistake is not seeing that the less or equal check is happening before any of the other code

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

    Loving these tutorials thanks man! where's your Patreon link?

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

      @booiscaredmyself Whoops! Here you go bud:
      Patreon: patreon.com/MizzoFrizzo

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

    got error message when trying to connect GET to Character select any idea? in the WBP_ Character Select Graph. says BP_ThirdPerson Character class is not compatible with Array of BP_ThirdPerson Character Class Refrence.

  • @irmago7859
    @irmago7859 18 днів тому

    I have a question. how can a character's bluprint be changed through such a code?

  • @Tahakhan-rg6tp
    @Tahakhan-rg6tp Місяць тому

    hey so i want to make character selection menu but my question if i put different character in menu ,like u used mannys,did i have to retarget thier animations too like in a game i create a human who has gun and another soldier character who has the same gun

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

    Hello, good tutorial, if I want to keep the choice option saved so that as soon as I close and start the save the previously chosen character remains saved, how could I do this, for example in my project I have a new game and continue button, in continue it would be interesting for the previously chosen character to remain saved.

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

      @@hansbetinardi1237 Store a class reference in your save game.

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

    Does this work in multiplayer ?

  • @Roli9999
    @Roli9999 26 днів тому

    hey in 24:28 I can't find the "Cast to characterSelectInstaance" I only found the "Cast of chaosNotifyhandlerinterface" please help me if you can

    • @PitchforkAcademy
      @PitchforkAcademy  26 днів тому

      @@Roli9999 Did you create the game instance?

    • @Roli9999
      @Roli9999 26 днів тому

      @@PitchforkAcademy yes I created

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

    Wow

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

    Thanks for the video butThe video font is too small

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

      @fanfenglian8607 What device are you displaying it on?

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

    thanks