Save Score - Load Score - Top10

Hi ,
Can someone give me some example of saving score and name , then show the best 10 of all time in specific order?

I search on google/youtube some tutorials but don`t find something like this.

What i want, more specific :
I play the game , and make 231 score.
I play the game 2nd time , and make 235 score.
Play game again and make 200 score.

How i save every time the score , then in menu , when i hit Show High Score (button) , to show me all scores (best 10) in order like this :

1 235

2 231

3 200

I resolve it.

I just make array variable on save game blueprint.

Then when i make a score , i verify what index from array is greater than my score.

Get that index and insert new score to that index.