No video

EASILY Show Custom Multiplayer HUD With Verse In UEFN

  Рет қаралды 11,000

Graeme Bull

Graeme Bull

9 ай бұрын

This is the first of a few ways to show a custom HUD for score or money or resources or whatever to all users at the same time in UEFN with Verse. So many people have requested this tutorial, it's literally the most asked for tutorial. So here we are. Code is up on Patreon / membership if you are interested and I'll see you guys in the next one!
Here is the intro to this series: • Make A Game In UEFN Tu...
I post ALL THE CODE in these tutorials along with pre-release and custom tutorials over on Patreon: / membership in the "Tech Based Tutorials" tier. JOIN IT!!
Here's a great beginner's VERSE tutorial: • Easy Beginning With UE...
Here's another: Learning All About Verse For Fortnite Creative 2.0 - Series:Part 1 --- • Learning All About Ver...
Join my discord server for Fortnite Creator Community stuff / discord
Follow me on Twitter/X / graemebullx
#uefn #fortnitecreative #verse

Пікірлер: 50
@zanevivan3448
@zanevivan3448 17 күн бұрын
For some reason the GetTeam in the GameManager script always returns the highest team for all players so the UI doesn't work at all for me. Any help? I found this out by adding the StringToMessage to the script and printing the Team variable
@GraemeBull
@GraemeBull 15 күн бұрын
I actually don't do this anymore, I keep track of team number via a variable on the CustomPlayer object that I make when somebody spawns in to the game. I cover this in my newer tutorials.
@zanevivan3448
@zanevivan3448 14 күн бұрын
Alright. Good to know!
@antiviii2261
@antiviii2261 9 ай бұрын
Thank you Graeme. I messaged you on Twitter about this and here it is - very grateful. 🙏🏼👏🏻 Love your work. ❤️❤️
@GraemeBull
@GraemeBull 9 ай бұрын
You're welcome, and thank you too!
@marcinnawrocki1437
@marcinnawrocki1437 2 ай бұрын
Is there a way to create widget in editor and then send messages to it? This is working the hard way, ie creating widgets from verse directly.
@GraemeBull
@GraemeBull Ай бұрын
you can with the HUD device
@xchrisguap
@xchrisguap 6 ай бұрын
hey so whenever i eliminate a player the scoreboard works as usual, but whenever the opposing team spawns it gives the player a point. is there a specific setting to fix that in the code?
@rinow1
@rinow1 9 ай бұрын
Haven't even watched it yet but thank you for covering this
@GraemeBull
@GraemeBull 9 ай бұрын
Thanks! and you're welcome :)
@aliarshad8506
@aliarshad8506 9 ай бұрын
Thank you so much for your tutorials. Can you make a video about how to display the same ui of a player to other player who is spectating? Because I am able to remove the ui of a player who got eliminated and I am also able to show the ui of player who is eliminator but then ui of eliminator got remove. So, I want to give UI to both players but spectator should get the ui of eliminator.
@GraemeBull
@GraemeBull 9 ай бұрын
I don't think you can set a UI for a spectator
@fortnite_tourney
@fortnite_tourney 9 ай бұрын
This is actually good overview of Verse with some basic variables and functions. But I have a question, do you think it would be possible to include real-time Timestamp on the map with seconds? I mean something like "2023-11-02, 19:32:01" and be constantly updated. I need it for score submission if players do it on their own and not on stream.
@GraemeBull
@GraemeBull 9 ай бұрын
I don't believe they have that yet. World clock is something I believe they are working on though
@fortnite_tourney
@fortnite_tourney 9 ай бұрын
@@GraemeBull Thanks, if you cannot figure this out then hard for me to imagine that I can :-). Saves me tons of time. For now, indeed, I put World Clock device on the map with countdown the next year's 1 Jan date and billboard saying what is the reference date. Kind of rough solution but does the job of as timestamp for submissions.
@siggifn
@siggifn 6 ай бұрын
How do I make it so spectators see the same UI as the player they are spectating is being shown? (using hud message device) can we track when the hud message device is used and stuff
@_GhostyFN
@_GhostyFN 13 күн бұрын
Fix?
@FxPredictions
@FxPredictions 8 ай бұрын
If we have team 1 and team 2 in game settings, Should it be " if(Team = 1) else", or just the same as your code
@GraemeBull
@GraemeBull 8 ай бұрын
sorry, what do you want to do? I don't tend to look over my tutorial to wonder where you're looking or imagine what you want to do. Your best bet is to take the time to write out what you're doing and what you want.
@FxPredictions
@FxPredictions 8 ай бұрын
@@GraemeBullThanks for responding, At around 3:34 you wrote "if( Team = 0): else: What happens if my teams are set to team 1 and team 2 in the fortnite's in game settings, should I set the boolean to if(team = 1). Thanks
@GraemeBull
@GraemeBull 8 ай бұрын
they're in an array, arrays start with 0
@joaofaro_
@joaofaro_ 8 ай бұрын
in programming, when you working with arrays, the first element is a 0. So when he checks for Team = 0 its the first team on the array, Team = 1 would be the second team search: "arrays indexes programming" or "arrays programming" on google images and you'll see some visual examples. It's something that will get into your head since it's always like that in all the programming languages (that i know and use at least)
@bruddaang6436
@bruddaang6436 6 ай бұрын
Hey great tutorial and explanation, i followed your code but i seemed to have an error and that is team 1 seems to have a +1 score when either getting eliminated or after killing team 2. And the hud for team 1 and team 2 seems to show a different score. Is there a setting in uefn which i should set for both the spawners? As there wasn't any instructions for the spawners in this video.
@GraemeBull
@GraemeBull 6 ай бұрын
Sounds like you have an island setting issue. Check there maybe
@dado6564
@dado6564 4 ай бұрын
I have done everything the same as in the video but nothing is showing up on hud. What could be the problem?
@dado6564
@dado6564 4 ай бұрын
Nevermind i have fixed it but tnx so much for the video
@GraemeBull
@GraemeBull 4 ай бұрын
you're welcome!
@danielovis2684
@danielovis2684 6 ай бұрын
What can I do if I have 10 spawners on each team?
@GraemeBull
@GraemeBull 6 ай бұрын
just keep hooking them up to do this
@pepycek1
@pepycek1 6 ай бұрын
Why is it showing only the best player score?
@bryceketelsen7033
@bryceketelsen7033 7 ай бұрын
Hi Graeme, thank you for covering this topic! I am very new to verse, in fact this is my first day of learning. If I were to do a free for all game mode but with each spawn pad set to spawn random teams and I used Team Settings Inventory Devices to establish player loadouts, team numbers, etc. would my editables be each Team Settings Inventory devices? My goal is to create a free for all game mode with a custom HUD consisting of a progress bar from 0 to 45 eliminations with the eliminations of the player displaying on their own screen rather than the lobby's, so each player's elimination score is being tracked separately. And I have one follow-up question; I am using what I've learned between this video and one of your past videos, "How to Track Eliminations And More With Verse in UEFN" to try and accomplish my goals, and I am struggling to find additional content to help me understand how to call to the collected elimination values to increment the progress bar. I know it is a somewhat obscure topic, but if you find the time, would you mind covering something like it? Thanks again for covering the topics in this video!
@GraemeBull
@GraemeBull 7 ай бұрын
I'll put it on the list. There are definitely a few things at play here that make this an advanced topic for sure
@bryceketelsen7033
@bryceketelsen7033 7 ай бұрын
@@GraemeBullthank you for your timely response, and thank you for adding it to your list. I appreciate it!
@rushi64
@rushi64 8 ай бұрын
Hey, I am really happy that I found your video. This is exactly what I searched for. However, I ran into some issues. I copied your entire code but it shows me many mistakes in the code you dont have. Nothing of this works for me. So I wondered if you could give me a tip if I missed something or have to install something I didnt think of. Thank you!
@GraemeBull
@GraemeBull 8 ай бұрын
I'd say to check out the link in the description to learn how to code in Verse maybe? I have no idea what you're doing wrong unfortunately...
@drumba
@drumba 8 ай бұрын
???
@rushi64
@rushi64 8 ай бұрын
I could fix the mistakes. There was a typing mistake in my code. However, there is no text displayed in game. Are there any other files I need to have besides the GameManager.verse and the CustomPlayer.verse? Thanks for your fast response!@@GraemeBull
@GraemeBull
@GraemeBull 8 ай бұрын
Make sure to hook up the player spawner, but the game manager in the scene and hook up the editables
@rushi64
@rushi64 8 ай бұрын
Thanks man! Everything is displayed now, I just have to test later to see if it works!@@GraemeBull
@nrodear
@nrodear Ай бұрын
UEFN gg
@Bubblebunz
@Bubblebunz 6 ай бұрын
Why is it not the method to use if you have more players than two?
@GraemeBull
@GraemeBull 6 ай бұрын
where do I say that?
@TFMN696
@TFMN696 9 ай бұрын
can u make a tutorial how to make red vs blue hud on the top of the screen please or give me code
@GraemeBull
@GraemeBull 9 ай бұрын
This tutorial is literally that... You can always pay somebody if you're too lazy to learn
@fortnite_tourney
@fortnite_tourney 9 ай бұрын
@@GraemeBull Well, I would pay somebody not because I am lazy but because I am old and not that good at it whole someone else is way better at this and worth being paid to :-)
@GraemeBull
@GraemeBull 9 ай бұрын
I agree with that, but the original kid just wanted it done for free
@TFMN696
@TFMN696 9 ай бұрын
and whats wrong with that?
@GraemeBull
@GraemeBull 9 ай бұрын
@@TFMN696 nothing, other than you're likely to never get what you want begging everybody to do the hard work you should be doing. I don't care about you, your life, your way of working nor your results or lack there of. That's for you to be concerned about, just as I concern myself with mine and my time and you accordingly don't care at all about my time/efforts etc. So, from my viewpoint, there's nothing wrong with you practising being lazy. Go ham bro, be as lazy as possible!
How To Make Double Pump In UEFN And Verse
4:02
Graeme Bull
Рет қаралды 6 М.
How to Make a Good 2D Camera
11:38
Game Maker's Toolkit
Рет қаралды 397 М.
Smart Sigma Kid #funny #sigma #comedy
00:40
CRAZY GREAPA
Рет қаралды 36 МЛН
小蚂蚁被感动了!火影忍者 #佐助 #家庭
00:54
火影忍者一家
Рет қаралды 52 МЛН
OMG what happened??😳 filaretiki family✨ #social
01:00
Filaretiki
Рет қаралды 6 МЛН
👨‍🔧📐
00:43
Kan Andrey
Рет қаралды 9 МЛН
Master Fanny with these 6 Combos (Easy)
10:41
Fanny Bootcamp
Рет қаралды 186 М.
UEFN - Custom Tracker UI
22:40
Shoot Dang Creations
Рет қаралды 2,2 М.
Make Crazy Skies With Skyboxes In UEFN
8:46
Warforge
Рет қаралды 24 М.
I tried Discord Bot Makers...
14:19
FaceDev
Рет қаралды 116 М.
Learn the Most IMPORTANT Topic in Verse (UEFN)
6:40
Pi Equals Three
Рет қаралды 6 М.
Evolution of Doctor Doom in Fortnite Trailers, Shorts & Cutscenes
10:40
Learning Unreal Engine in One Month to make a Game!
15:25
Will Hess
Рет қаралды 69 М.
Smart Sigma Kid #funny #sigma #comedy
00:40
CRAZY GREAPA
Рет қаралды 36 МЛН