Controlling the HUD in Fortnite Creative/UEFN! (Health, Shields, Player Name + Icon, etc)

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

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

  • @ThatNerdChris
    @ThatNerdChris 2 месяца назад +4

    Sheesh! You're cooking lately bro!

  • @Reinzinterr
    @Reinzinterr 2 месяца назад +10

    I was just thinking of how cool it'd be if my map had custom UI, and the chad Howtwoboss randomly uploads how to do it, man ur the goat

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

      Not randomly, he can read minds omega level, be careful! 😂

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

    I found this channel a few weeks ago and bro is actually pumping out vids, good work boss!

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

    this is the best feature we got in this update, and I didn't know you can change the UI position on the screen. thanks boss🔥🔥

  • @SUDAGANGTV
    @SUDAGANGTV 2 месяца назад +4

    Man you're so skilled in UEFN! I can't wait to be as good as you. 😩

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

    Great vid. I love your exciting attitude. Makes this new stuff way less scary

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

    Lets go ive been waiting for this

  • @fab555trainspottingandmore
    @fab555trainspottingandmore 2 месяца назад +4

    Thats so cool you could make the og HUD

  • @albertrss
    @albertrss 2 месяца назад +3

    THE GOAT💎💎💎💎💎💎

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

    i love u bro

  • @psslayer1
    @psslayer1 Месяц назад +1

    this is actually cool , i wish that you make a video explaining how to make the white bar transparent

  • @CapnSliiirp
    @CapnSliiirp 2 месяца назад +3

    So i’ve done this right, but after a not so long ago update, the custom text is super blurry after converting to the power of two (which it made me do). The text is really just imported images. I’m like halfway through the video now it’s definitely the best one i’ve seen so far on this lol. Thank you for sharing!!!

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

      You actually don't need to convert UI textures, just streamed textures placed in the world I'm pretty sure. But I might be wrong.

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

      @@howtwoboss hey please please please how to make it in ps5??????

  • @gatobugadobr
    @gatobugadobr 2 месяца назад +1

    Amazing information, your work is wonderful! Thank you very much! 🥰

  • @tonybablony2041
    @tonybablony2041 2 месяца назад +3

    Only thing left is custom UI and it’ll take the player UI experience to the next level!

  • @Marcos_Shorts1
    @Marcos_Shorts1 2 месяца назад +5

    For the health bar, I want the health background to be transparent when the health goes down instead of white, how do I do that?

    • @getshotUK
      @getshotUK Месяц назад +1

      please...

    • @dmdev_
      @dmdev_ Месяц назад +4

      take the alpha from the texture sample and subtract it by the lerp, add 0.05 to the result and connect that to the opacity in the ending thing.

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

      @@dmdev_ you sir. Are amazing. :)

    • @Marcos_Shorts1
      @Marcos_Shorts1 День назад

      @@getshotUK Awesome

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

    I will try it right now, to see if it works

  • @frostman4152
    @frostman4152 2 месяца назад +1

    Thank you how 2, very cool

  • @acidnine
    @acidnine 2 месяца назад +1

    FYI, I accidently found out the param is case insensitive (e.g. "progress" vs. "Progress")... but maybe in the future they will make it strict

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

      I didn't know that, I thought you had to write it out EXACTLY, but good to know!

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

      Probably not the case, no pun intended. Understand your code y’all!

  • @ultranewb
    @ultranewb 2 месяца назад +1

    Great tutorial! Thank you! I have a question, In UEFN, I dont have the options under my hud controller to move the elements around? Is this experimental? If so, can i still publish my map?

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

      You only get the option to move it if you set the first option to yes. And it's only available on certain things too for example the minimap. It's not experimental and you should be able to publish with this.

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

      @@howtwoboss Thank you for clarifying!

  • @DR_BAWZ
    @DR_BAWZ Месяц назад +1

    Hey boss, I’m having trouble with the mutator zones on my map, I have health change buttons that activate when you shoot at them (which enables the mutator) but when I do this it disables my other mutator I use to keep the player in the area. How can I fix this?

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

      If I'm correct, your issue is that there are two mutators, one that activates when you shoot and another that holds the player in place. But when you shoot a button (or trigger or whatever), it disables the holding player mutator and does not activate the other mutator you want.
      Well most likely in the mutator that keeps the player in if you get rid of any events it should just never get disabled by anything. If that's what you want.

  • @vibez5947
    @vibez5947 2 месяца назад +1

    Where did you get the white rectangle for the health bar

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

      Screenshotted a white background using Shift + Windows Key + S

  • @realDunkin
    @realDunkin 2 месяца назад +1

    Is there a way to have two different bindings for the brush? My health brush material has two parameters, one for current health and one for max health. Is it possible to do this or would i have to make separate materials for the different max healths?

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

      In your material, you should put one parameter named "health" and another "max health" for where ever you need it, then in the bindings, you bind the health parameter to the health value, then in a separate binding, bind the max health parameter to the max health value. You shouldn't really need to make two materials.
      I didn't do this in the video but if you get the remap node like I do here -> 14:14 , then make input low a constant 0, then hook the max health parameter into input high, that should scale your bar to whatever the player's max health is.

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

      Alright so I tried to bind both parameters but it told me that I can't have more than one brush binding?

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

    Could you use this to track the amount of gold a player has if you wanted to make a custom UI so the player can easily see their gold?

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

    Can you also make so it shows the avatar icon of all players in the game like for example in the top corner?

  • @jiojog
    @jiojog 2 месяца назад +1

    Hi :)! Thanks for the tutorial!! I want to ask how to use my own avatar icon instead of the avatar from Fortnite? I tried to simply swap the texture but it always got overwritten by the Fortnite one

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

      Thats because you probably are putting your custom avatar into the same image that you have binded to replace with the player's icon. All you need to do is just delete the binding.

  • @AdamSmith-ml4ji
    @AdamSmith-ml4ji Месяц назад +1

    So is this a way to change you UI in a match basically ? Can I change my inventory. So instead of 5 boxes it’s one row of 3 and one row of 2?

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

      Not yet, we're still stuck with the default HUD, we just can move it around.

    • @AdamSmith-ml4ji
      @AdamSmith-ml4ji Месяц назад

      @@howtwoboss I’m honestly pissed there aren’t alt modifiers for keybinds unless there are and I can’t figure it out

  • @JACK0NLINE
    @JACK0NLINE 23 дня назад

    is there a way to show other players icons on the ui aswell?

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

    Can you make video on Custom Rank System in Maps ?

  • @JosePeralta-i4r
    @JosePeralta-i4r 2 месяца назад

    Could you show how to make working tournament points? With the HUD of actual fortnite tournaments??😊

  • @mytov2331
    @mytov2331 Месяц назад +1

    is it possible to make it so that i have two names and health bars for two teams? (smth like mortal kombat)

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

      I know you're able to display multiple players from your team using this in Epic's docs -> dev.epicgames.com/documentation/en-us/uefn/tmnt-custom-ui-player-info-in-unreal-editor-for-fortnite , but I'm not sure if you can do it with enemy players.

  • @TeaMHackeRPiratE
    @TeaMHackeRPiratE 2 месяца назад +1

    VIEWMODEL has other options like Device - Tracker view model and Device - beacon view model so can you post another tutorial on this topic?

    • @howtwoboss
      @howtwoboss  2 месяца назад +1

      Yeah I was planning to!

    • @TeaMHackeRPiratE
      @TeaMHackeRPiratE 2 месяца назад +1

      @@howtwoboss PLEASE POST!! it will be helpfull

    • @howtwoboss
      @howtwoboss  2 месяца назад +1

      It won't be for a bit, but in part 3 of my fall guys tutorial I went over custom tracker UI briefly -> ruclips.net/video/m7JLNqeXf_0/видео.htmlfeature=shared

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

      @@howtwoboss Thanks! I always watch your videos when you post. I was looking for this tutorial and couldn’t figure it out. But the answer I was looking for was right in front of my eyes this whole time in your video. Timestamp 11:46

  • @harleyquinnAZ
    @harleyquinnAZ 2 месяца назад +1

    L'appareil DBNO ne fonctionne plus depuis l'avant dernière mise à jour. Je sais pas pourquoi malheureusement

    • @howtwoboss
      @howtwoboss  2 месяца назад +1

      Oh okay thanks for letting me know. I was wondering why it wasn't working.

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

    Amazing video, thank you! Do you know how to change the rank system 2.0 to show score instead of elimination points after the player name? I having the worst time trying to figure it out. Thanks again.

  • @raincloudscry
    @raincloudscry 27 дней назад

    with the hud controller, if i have a widget show by enabling it when recieving from. how do i make it so only that player sees the widget

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

    just tried text to appear when max health and doesn't let me select it for visible.

  • @maiconbar6107
    @maiconbar6107 27 дней назад

    The remaining and consumed race is not displaying what to do?

  • @-DEYRA-
    @-DEYRA- 15 дней назад

    i do'nt have the option for the hud controller

  • @SyLviOS_64
    @SyLviOS_64 2 месяца назад +1

    i just have a question : is it even possible to change/replace/add customs footsteps sound in UEFN Fortnite ?
    thnks for answers

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

      I know you can make them silent using an audio mixer device, but I don't think you outright replace them.

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

      @@howtwoboss ok thank you for taking the time to reply.

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

    Hey, could you please make a tutorial on how to make hex a gon? from fall guys in uefn please

  • @markez_9
    @markez_9 Месяц назад +1

    If in my map the max Health is 200 and the Shield 300, what do I need to change? Great video thanksss!!!

    • @howtwoboss
      @howtwoboss  Месяц назад +1

      The multiplier in the material is 0.01, because 1 hp is 0.01 of 100 hp which is the max. If you're health is 200, you'd do 0.005, because 1 hp is 0.005 of 200 hp.
      So for the shield material, make the multiplier 0.0033, as 1 hp is 0.0033 of 300 hp. So on and so fourth.

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

      @howtwoboss true! Thanksss I love your account! ❤️‍🔥

  • @nemo0922
    @nemo0922 2 месяца назад +1

    is it possible while displaying icon to show "normal" ui for health

    • @howtwoboss
      @howtwoboss  2 месяца назад +1

      I've tried it but the custom widget always overrides the normal health bar. You could try to do it custom though.

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

      @@howtwoboss thanks for answer, thats unlucky tho, thanks

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

    Is there a device that registers damage given to players I want to deal damage to someone and that person triggers the glow effect when hit

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

      Kinda like a over powered shadow tracker

  • @Delfar
    @Delfar 2 месяца назад +1

    Did I missed the downed and reviving demostration?

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

      I couldn't get it to work. Not sure what was going on.

    • @Delfar
      @Delfar 2 месяца назад +1

      @@howtwoboss A myth have fallen

  • @Guester912
    @Guester912 2 месяца назад +1

    would it be possible for me to make the tf2 hud?

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

      You probably can, but you might get a copyright strike or suspended, so try not to make it exactly the same.

    • @Guester912
      @Guester912 2 месяца назад +1

      @@howtwoboss what if i want the health bar to look like a plus sign , would that be possible or can it only be a bar?

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

    Yo

  • @AlienBrains123
    @AlienBrains123 20 дней назад

    yo i love the video but when trying to put a custom white box into UEFN and trying to make the progress bar work it does not work anything under 40% progress and i have done everything right do you have a discord what i can speak to you for help