A plugin Save Menu user interface for managing save game files. Create, delete, copy save files as slots inside the save menu list.
โ Documentation: Pixiebell Games - Save Menu Documentation
๐ฉ Contact(support/review/question) Email: marketplace@pixiebellgames.com
๐ป Video Demo: Youtube Link
๐ฎ Playable Sample Demo(472MB): Package Demo Link
๐ Main Functionalities List:
Manage save files: User can view a list of save files to overwrite, delete or create a 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.
Elapsed Time: Shows the total playtime of a save game.
Support autosave: Examples are provided on how to add an autosave to the slot list.
Focus Key: Support Keyboard arrow keys to navigate ui.
โ Limitations / Notes
Thumbnail resolution over 512x512 will take longer to load and will increase file save size as well.
Dependency: require Plugin BlueprintFileUtils (by Epic) to be enabled.
Note: The first slot is reserved for auto save (no manual save on 1st slot), but this can be configured from the Save Menu Page
Disclaimer: Require Plugin BlueprintFileUtils to be enabled. Check this page to see how to enable it for your project.
๐ Release Notes:
Version 1.2a
fix minor issue for set input game mode only
Version 1.2
fix an issue with Elapsed Time during auto save
reset game time when using load event
Version 1.1
fix show cursor during the closing of the save menu
Version 1.0
Published