I’m not familiar with creating save games, though there are plenty of tutorials for that, but you could probably add scene capture 2d component (have it attached to your camera and give it the same transform so that it captures from the same view as your in game camera) in your character blueprint, and each time you save, have it update the capture, and input that capture in an instanced material that’s assigned to a menu widget image piece.