Interactive UI Buttons in UEFN/Fortnite Creative [Tutorial]

Поделиться
HTML-код
  • Опубликовано: 21 окт 2024
  • In this tutorial, learn now to create interactive UI buttons in Fortnite Creative UEFN.
    Download The Code Here:
    pastebin.com/P...
    Join our Creative Community Discord: / discord
    Twitter: @maestro_shark
    Twitch: / maestrosharkcreative
    TikTok: @maestroshark

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

  • @лёха-д2б
    @лёха-д2б 2 месяца назад +1

    Your tutorials are amazing, you explain it very good, keep up the good work

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

    Thank you for showing your process of navigating the digests, especially going back and forth between the UE and Fortnite ones, it really helps me to understand how to go about learning things and I feel as though I've been TAUGHT, not told. Amazing tutorial!

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

      I’m so glad! I was hoping that process would help someone!

  • @lolon-1
    @lolon-1 Год назад +3

    Thanks for the detailed and detailed explanation.
    As a beginner, I still lack understanding, but it is very helpful to have such a detailed explanation.

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

      Did you feel that the detailed explanation was enough of a detailed explanation? If you wouldn't mind. give me a detailed explanation of why you believe this was a detailed explanation.

  • @CinemaOfGaming
    @CinemaOfGaming Год назад +3

    Thanks for these tutorials! Very helpful for learning!

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

    Awsome tutorial as always! Here is a ututorial suggestion: Make a player knock back system, where every time you deal damage to the player, the velocity of the knockback is increasing, it start to 0, then every time a player deal damage their value jumps, and when it lets say the value is at 1000, everytime the player that have this value gets hits, he will have an insane knockback effect.

  • @DmodG
    @DmodG 6 месяцев назад +2

    2 questions: Can you alter the dimensions of the canvas? And two, can you import an image into the canvas?

    • @MaestroShark
      @MaestroShark  6 месяцев назад +1

      Canvases size themselves to the user’s screen. So if my screen was a wacky vertical one, it’d stretch itself accordingly. So inside the widget, it’s wise to use things like stack boxes and overlays to determine the scales of stuff.
      Secondly, images can be imported, there’s a widget called “texture_block”

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

      @@MaestroShark thank you so much for your reply

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

      @@MaestroShark hey sorry to bother you again 😅 but is there a way to change the visibility of a button in the active canvas appearing to the player's screen? For example I have a class selector UI where all players choose a class at the same time. When a player chooses a class, every other player should no longer see/interact with that button on the canvas.

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

    Thank you so much for this tutorial! Can you do a Tutorial about how to create a player leaderboard, which is live for all map servers if the map is published?

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

    Amazing tutorial!! Thanks!

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

    How would you set up the parameters to have all buttons automatically stack vertically in the center of the screen with variable padding?

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

    let’s go! My boy Sharky posted a video!

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

    Do you think you can show us how to save teams in between rounds? I see older maps doing this without verse but I am not sure if things changed.

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

    Amazing tutorial! One issue, is there a way to make the HUD appear and allow the player to move at the same time?

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

      Yes; the InputMode in the player ui can be set to “none” to disable any interactions with the UI. Please bear in mind this means the ui will appear but you will never be able to interact with it. It’s an either/or situation

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

      I talk about this around 15:30

  • @srspucks_datasave
    @srspucks_datasave 9 месяцев назад +4

    all this for 2 buttons interect with 2 objects ,_,

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

    I’m getting an error for MakeCanvas():canvas= saying it’s a floating = how do I fix this?

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

    Nice video ! Is there a way to use any font in UEFN ?

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

      Currently, UEFN doesn’t allow importing or changing fonts, so the best way is to import images

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

    Can I also do this with a mutator zone on player entering zone instead of a button? If yes, how?

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

      Yep, just use the enter event. Check the verse api for how to access that

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

      @@MaestroShark thank you

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

    IS there a way to make buttons in the UI only show up under certain conditions? (using if statements for example)

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

      Yes. Canvases have an AddWidget() function, which you can utilize to add widgets under certain conditions.

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

    How do you assign it to a eliminated players?

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

    hi, is there any way to get like a widget I made using the widget editor to appear when I press the button. Like, having to copy and paste the values seems unnecessary if I already have the widget created. Also how would images for the UI be imported?

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

      You can’t port widgets into verse sadly, that’s why you need the values.
      For cosmetic huds/premade widgets use this tutorial: ruclips.net/video/95fnuuFUTbg/видео.html
      Note that buttons only work in verse, so if you want a cosmetic hud with your verse buttons, use both tutorials

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

    How do you trigger a menu using a keybind?

    • @MaestroShark
      @MaestroShark  4 месяца назад +1

      Input trigger device. Bear in mind input trigger device does not work when you have an interactive UI on.

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

      @@MaestroShark I got it to work! I had to put a trigger device between the input trigger device and the menu UI device. Thanks!

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

    Awesome

  • @furthest-fortnitecreative2804
    @furthest-fortnitecreative2804 Год назад

    Could you link a pasebin?

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

    yo bro