<

Overview

Overview


header underline
9 March 2026

Welcome to Save Menu documentation ! This document serves as the official guide for Save Menu game system. Within its pages, you will find instructions for both the initial setup and customization of your save user interface.

Major Features are listed at the feature page.
Demo Sample(335MB): Package Link.


Limitations / Notes
  • Thumbnail resolution over 512x512 will take longer to load and will increase file save size as well.
  • (The default resolution of 256x256 take 0.64s to load the image on average, and file save size around: 260KB )
  • Dependency: require the Plugin Blueprint File Utilities to be enabled.


Description

Definition
How-To

The main points of this save menu system are:

  • Manage save files: User can view a list of save files to overwrite, delete or create new file.
  • Thumbnail: Take a screenshot of the game(stored as bytes) during a save and view it through the slot list save.
  • Duplicate save file: Create a copy of a save file to another slot.
  • Support autosave: Example are provided on how to add an autosave to the slot list.
  • Focus Key: Support keyboard arrow key to navigate ui.


overview 1
overview 1