Set, Save And Load High Score - Unreal Engine 4 Tutorial

  Рет қаралды 21,585

Matt Aspland

Matt Aspland

Күн бұрын

Пікірлер: 62
@Rileman8r1
@Rileman8r1 Жыл бұрын
For any watching this now not getting it to work in UE5. Where he has "create save game slot" you then need to add "save game to slot". I'm guessing it was a new/changed function since the video was released. That fixed it for me, and you can find the function in UE docs.
@RyanDoone
@RyanDoone Жыл бұрын
Hi Matt, I just wanted to say that I was really struggling to save my project variables until I watched your video, so thank you for the help! I'm not sure how often you check-in on these older tutorials, but just know they're still very much appreciated and helpful
@kozmobotgames
@kozmobotgames 5 ай бұрын
I remember when I wanted to add high score into my game I realized that it wasn't working, I was following the tutorial without missing anything, but my high score wasn't working. I tried many other tutorials but no luck. I moved back from Unreal to Unity, now I am happy because the high score is working.
@juancarrillo6430
@juancarrillo6430 Жыл бұрын
I figured out my original question, can you do a fallow up such as leaderboard and reset high-score, your tutorials are some of the well step by step if you could
@navanshjain3199
@navanshjain3199 5 ай бұрын
Thnaks to the comment section to guide me in the right direction it took me sometime to figure out but for anyone making it in UE5 + you have to use save game to slot function right after you have loaded it (it already exsists) and you have created it (it is the first time) then it will work.
@Si-Toecutter
@Si-Toecutter 3 жыл бұрын
Bro, knows its old but im on discord with this question also now. How would i reset the highscore if starting a new game? my "start new game" button is a widget (mobile game) and my highscore and save logic are in the main character
@exosquare
@exosquare 2 жыл бұрын
trying this in ue5.. and it does not work for me. (followed the video twice) When it checks if excists, its always a no.. even if i then create and save one with a script.. delay it for 5 sec and check again, it does not excist.
@robertreed943
@robertreed943 2 жыл бұрын
same, did you find a good solution?
@m1k4n57
@m1k4n57 Жыл бұрын
instead of connecting a string, just type save1 or something every time, that fixed it for me
@andrewpalmer7821
@andrewpalmer7821 3 жыл бұрын
The high displays on my games HUD but not on the Game Over Screen. Put in the same binding code into the Game Over Widget as HUD but it's not displaying. Shows in the level Editor but not in game. Any help would be much appreciated.
@Med_Sel
@Med_Sel 2 жыл бұрын
matt thank you so much this works perfectly but when i put the gaame on mobile this doesn't work the save and load does not work on android
@AmjadAli-zx7tl
@AmjadAli-zx7tl 3 жыл бұрын
Can you make one for time highscore?
@Jax1Million
@Jax1Million Жыл бұрын
hi matt i dont know if you still read these comments on old vids, but if you do i would like to say a big thank you, you have helped me a lot. one thing that is a bit confusing in this vid though is the variable in the save game and the varible in the character (both called "high score") it is my understanding that these are holding different information, is that correct?
@boscojnos
@boscojnos 5 ай бұрын
Hi, greetings! Unfortunately, no one is responding to me, but I dare to ask you as well in the hope of getting an answer because I don't know you, but I consider you a pretty reasonable person! My question would be how I can display all of this on all my levels? I only need to display the score so that the achieved points are shown on every opened level. I can't solve it with the game instance. Could you possibly make a video? Thank you very much. Best regards, John
@anandmenon16
@anandmenon16 Жыл бұрын
Great video but I have a small issue. Tried this in UE5 and it works in the editor but doesn't work after packaging a development build. Any idea why?
@daddyfox7078
@daddyfox7078 Жыл бұрын
hello what is that char REF where it come from? can you help me please
@m1k4n57
@m1k4n57 Жыл бұрын
READ IF YOU USE UE 5 AND IT DOESNT WORK: instead of connecting a string, just type save1 or something every time, that fixed it for me
@EliasElliot
@EliasElliot Жыл бұрын
yeah, can you elaborate on this? please?
@m1k4n57
@m1k4n57 Жыл бұрын
@@EliasElliot instead of creating a string variable then connecting it to the node, type save1 in the text box inside of the node
@Brekson
@Brekson Жыл бұрын
@@m1k4n57 My screen doesn't appear now
@anandmenon16
@anandmenon16 Жыл бұрын
@@Brekson Its working for me in the editor but doesnt work after packaging.
@odizz
@odizz 3 жыл бұрын
Hey, I get this error when I close the pie Blueprint Runtime Error: "Accessed None trying to read property K2Node_DynamicCast_AsPlayer". Blueprint: Enemy Function: Execute Ubergraph Enemy Graph: EventGraph Node: Set HighScore when I reopen the game the high score is still 0...
@AmjadAli-zx7tl
@AmjadAli-zx7tl 3 жыл бұрын
Samehere
@tns0237
@tns0237 2 жыл бұрын
Same
@petermller3478
@petermller3478 2 жыл бұрын
same
@DoctorMGL
@DoctorMGL 2 жыл бұрын
use "?is valid" node before you call everything right after the event call and check the Blueprint you are calling by adding it to "input object field" if (its valid) execute your rest of operation normally if (its not Valid) connect it to "print string node" and print a message to tell yourself that "there is no access to this object/blueprint" this way it will be easy for you to follow the code from there and see where the error is happening
@emmasaunders434
@emmasaunders434 2 жыл бұрын
Did anyone get a fix for this?
@DavidBChannel
@DavidBChannel 3 жыл бұрын
Niiiice, finally. Thank you so much, this worked perfectly!
@yoranfory1290
@yoranfory1290 3 жыл бұрын
hey, awesome video! thanks for sharing this!
@Brekson
@Brekson Жыл бұрын
Can you update this for ue5. It didn't work for me.
@jkalnins1
@jkalnins1 2 жыл бұрын
Awesome tutorial mate... Thanks a lot! :)
@parasyadav7742
@parasyadav7742 4 жыл бұрын
I love your channel .Always solved our prblm wish u will have great channel in future 😊😄🎂🎊🎊🎉🎁🎁🎂
@MattAspland
@MattAspland 4 жыл бұрын
Thank you man, I really appreciate it! Good luck with your games! :)
@sebeasygame5202
@sebeasygame5202 3 жыл бұрын
Thx Matt, working perfectly !
@sailochan1203
@sailochan1203 2 жыл бұрын
TQ bro you saved me so much time
@ishaan7khanna
@ishaan7khanna 8 ай бұрын
I don't have a character ref. Where do I get it?
@retrowrath9374
@retrowrath9374 Ай бұрын
Get it from the your first person character cast you used from the points.
@Wodyingyu
@Wodyingyu 3 ай бұрын
"saver sub class" does not seem to be useful here. That ref should be used if a save game exist, right after counting the score
@littledemo3605
@littledemo3605 4 жыл бұрын
Hello Can you MAke a ranking system for ( racing system)) the first, second, and third, with the feature of printing values ​​after collision with the finish line?
@MattAspland
@MattAspland 4 жыл бұрын
Hey, yeah I can definitely add that to my list :)
@parasyadav7742
@parasyadav7742 4 жыл бұрын
Bro please make a tutorial on importing and applying texture from magancance
@MattAspland
@MattAspland 4 жыл бұрын
Hey, I haven't heard of it, and google doesn't show it for some reason lol. What is it, maybe I can look into it more? :)
@wildone4324
@wildone4324 2 жыл бұрын
Hey Matt! Would this save system also work with timers so people get a new quickest time as a highscore? Thanks :)
@ChampyOnPC
@ChampyOnPC 2 жыл бұрын
Did you manage to create quickest time highscore?
@wildone4324
@wildone4324 2 жыл бұрын
@@ChampyOnPC Sadly not :(. I thought I found one tutorial but during part 2 of it he said "Now go back and grab something you created earlier" which never was created in the first place so it got so confusing ;(. Just working on other areas of my game as I try find a solution
@LifeAndHeaven
@LifeAndHeaven 2 жыл бұрын
Hey, this is something I've just done using this tutorial! So glad to find one that finally works! I'm happy to share my blueprints if you need them ^.^
@stevenwynn819
@stevenwynn819 4 жыл бұрын
Thanks for the easy tutorial. Any chance that you could do one on creating and interfacing with a Steam leaderboard?
@MattAspland
@MattAspland 4 жыл бұрын
No problem, and I can look into it, I'm not too sure though :)
@stevenwynn819
@stevenwynn819 4 жыл бұрын
@@MattAspland Maybe we could work out a deal where I sponsor some of your videos in exchange for you helping me figure out how to get the UE4 blueprint game I developed uploaded to Steam with leaderboards and achievements. I already have a Steam developer account, have paid the $100 to launch a game, and have uploaded all of the screenshots, artwork, and a trailer for a marketplace page. I'm just having a hard time pushing through the last hurdles. You would have one of the few videos documenting the process if you are so inclined.
@MattAspland
@MattAspland 4 жыл бұрын
Yeah I definitely understand why I would and you'd want it. I'm just not too familiar with online at the moment, so I'll have to do some more research into it, which is what I mean by if I have time and I understand it, then I'll make sure to get around to it, just not sure when as I'm very busy :)
@JustZiReacts
@JustZiReacts 4 жыл бұрын
Nice work❤
@MattAspland
@MattAspland 4 жыл бұрын
Thank you!
@seasons8bit
@seasons8bit 8 ай бұрын
Handy video!
@Alex00m
@Alex00m 4 жыл бұрын
Omg thanks 😃😃👍
@MattAspland
@MattAspland 4 жыл бұрын
No problem! :D
@SanneBerkhuizen
@SanneBerkhuizen 4 жыл бұрын
Oh. Nice. Thanks
@MattAspland
@MattAspland 4 жыл бұрын
No problem!
@hk-0148
@hk-0148 Жыл бұрын
did not work :(
@sophhbophh4412
@sophhbophh4412 3 жыл бұрын
You always show code from an old vid that I have to search for 😭
@IoSkyBoyoI
@IoSkyBoyoI 2 жыл бұрын
Curiously You wouldnt happen to know which video? the save game is good for high scores. But I want to calculate the highest score for that specific try and not have it save. Im trying to piece together the code. But I cant find the video. Thank ye
@hk-0148
@hk-0148 8 ай бұрын
You didn’t explain what the Char Ref variable is. You are very vague with your explanations on this video.
@ΧρήστοςΦιλιππίδης-θ5ω
@ΧρήστοςΦιλιππίδης-θ5ω 3 жыл бұрын
you dont explain good
Save And Load Current Level/Map/World - Unreal Engine 4 Tutorial
12:04
How to Save and Load your Game In Unreal Engine 5 (Easy)
8:06
Gorka Games
Рет қаралды 94 М.
UFC 287 : Перейра VS Адесанья 2
6:02
Setanta Sports UFC
Рет қаралды 486 М.
How to Make a Team Score System in Unreal Engine 5
8:33
Gorka Games
Рет қаралды 4,3 М.
Epic's Unreal Optimization Disaster | Why Nanite Tanks Performance!
13:07
Threat Interactive
Рет қаралды 310 М.
Learning Unreal Engine in One Month to make a Game!
15:25
Will Hess
Рет қаралды 114 М.
Save And Load Player Stats - Unreal Engine Tutorial
12:46
Matt Aspland
Рет қаралды 41 М.
Make An Easy WIN and LOSE System For Your Games In Unreal Engine 5 Using Blueprints
8:47
Unreal Engine 4 Tutorial - Saving & Loading Pt.1 Basics
26:46
Ryan Laley
Рет қаралды 70 М.
UFC 287 : Перейра VS Адесанья 2
6:02
Setanta Sports UFC
Рет қаралды 486 М.