I have the scoring system set up and working, but i can’t figure out how to add high scores in the game so that every time the game is over it updates your highest score achieved in the game and shows it to you and saves it and when you exit the game and when you play it again your high score shows up as it was before.The first image is my spanner that spawns the enemies randomly right when the game starts. As you can see the node SpawnActor Thing(Enemy) and spawner reference is connected to get reference to self. The second image is my enemy BP and shows the score system. The third image is my Level BP that shows where the widget is being spawned. And my last image is the score text being binded by Spawner Refrence. Thanks for the help!
Spawner - Imgur: The magic of the Internet
Enemy BP - Imgur: The magic of the Internet
Level BP - Imgur: The magic of the Internet
Widget BP - Imgur: The magic of the Internet