Savegame

HI. I’m an absolute beginner. My question is how can I save a game using blueprint.

Thanks

Create a blueprint based on SaveGame, that keeps saved data.
Then you can use functions(nodes):
CreateSaveGameObject, SaveGameToSlot, LoadGameFromSlot.

Cheers,
K

Look at the example in TappyChicken. It is well commented.
I see you already did that via UE4 Answer Hub. But it might help others to know.

Hello,

I have requested a Tutorial with a Menu from Epic. You can view the thread and vote for the tutorial here: https://forums.unrealengine.com/showthread.php?2168-Menu-Tutorial-and-Menu-with-Graphics-Settings-Change-Tutorial-would-be-nice

Also check out amiserablerobot’s post in the thread: it has a very nice set of video tutorials about menus and saving.