How do I save scores to make them highscores in a game over screen

I need to save the players score to make them high scores along with the players name and I need to replace the previous high scores in the game over screen which is a widget. Can anybody help me please.

You should check out the “Savegame” class. It’s quite easily used via blueprint with a quite good explanation of how to in the documentation!

Here’s the link to it:

Cheers

This does help but I don’t know how to implement and construct the save game blueprint

At the bottom of that page there are links to further documentation pages which explain how to use it in blueprint or c++.