Is there a way to get all savegames in BP

You need to use your own class name instead. For instance mine is called something like UNewGameInstance because it’s in my game instance cpp file, which handles all my saving and loading.

If you use Visual Studio’s Create Definition helper (by right clicking the header file function) it will create this part for you.