Unreal Engine Save Game Tutorial

preview_player
Показать описание
Hello everyone. This is a quick Tutorial, how to create multiply Save Games.
I used the Version 4.27.2 of the Unreal Engine for this one.

Рекомендации по теме
Комментарии
Автор

Awesome guide! i cant believe you are the only one that does this in a simple and good way

hello
Автор

very good tutorial, we need more of this!

Muriloyt-un
Автор

1:11 creating the character structure isn't found in my search. Idk if you already did that part I'm using ue5.1. It didn't populate.

OmegaOutlaw
Автор

Thank you sir. Finally I found what I need. I save my life

nassergreatdeveloper
Автор

This was the tutorial I needed! Thank you 🍻

joevillarreal
Автор

i type "set player position " but the target option is missing 2:50

sewn-_-
Автор

5:20 What if you don't use a delay? Can you make it work? Delay is a bad way of doing it.

BubuRuzu
Автор

Save and Load Game are Working for me and you can delete the saves within the Save Game folder (delete the .sav files usng File Explorer). However for some reason my button text is not changing not sure what i am doing wrong

tobito
Автор

You are a genius my friend. I've spent the last several days watching Saving and Loading tutorials specifically about structs and all I was ending up with was frustrated. I found tutorials where I had to transfer every node in the struct, etc. Could you explain the logic behind when you 'save the game', you first load the game? I would think that would just overwrite the data that you changed during the play of the game.

DGlen-nj
Автор

i have a follow camera lag set to 3 because it creates a cool effect, but with this code i cant seem to save the camera location like you saved the inventory when i load a saved game the player spawns in the saved location but the camera spawns in the original location and the camera lag eventually finds the new player location. and if you walk far from the start then the camera lag can take up to a minute to reach the player all while you can still walk around and move the camera.

so it basically broke this cool camera effect and if i turn off camera lag it doesnt happen and works perfect

how can i save the camera location and keep the lag?

ArtisticIntentionZ
Автор

Good work! Please another tutorial with Resume game (loading from last saved progress)

GameSinsBattles
Автор

everything works perfectly, except the inventory, it constantly updates and shares throughout my test saves. the save itself will appear after playing in viewport but when i load it, the only thing that does not transfer is the inventory, which resets to nothing if i restart the viewport. but if i keep playing and save, go to a new save/new game, it'll still be the same inventory as the previous save

bran
Автор

Hi Great tut. COuld you create a save game for a level set variant? Thanks

DarioOrtisi
Автор

Hi Seredais, great video.

Can you show us how to have different missions/tasks in the game with this save feature?

E.g mission 1 = find flower, mission 2 = do something with flower.

Then you can see if mission 1 is complete and load missions 2 if you save game.

internaltech
Автор

Hi Seredias what about if I have puzzles and trigger box for conscience? I want player make save after finish them and if the player load again, player should not go through them again

nassergreatdeveloper
Автор

I tried to follow, but the character structure variable wouldn't show when searching for it.

jtscott
Автор

How to save and load variables in another blueprint, for example your characters health etc

CodyKatsmar
Автор

Everything works great and my character's position is saved and loaded when selecting the save files, but the inventory save doesn't work. I followed your tutorials on creating an inventory and how add pick up items, is there something I missed or something I should add?

Edit: after doing some debugging I found out that the inventory variable in MyInstance does not contain the items picked up, how could I fix this?

alexerraiz
Автор

This is driving me crazy. When I set the level name the same as you I get "Accessed none trying to read property as my save game object Node Set level name"

Gup
Автор

Hey, great tutorial. I was just wondering if this will still work with packaged game

Chinesestud