add_delete_save_game_in_slot_node
Adds a Blueprint node that deletes the save file in a slot, enabling a New Game or Reset Progress button to clear saved data.
Instructions
Add a DeleteGameInSlot node to reset/clear the save file.
From Ch. 11 (Resetting the save file from the pause menu). Use this to implement a "New Game" or "Reset Progress" button.
Args: blueprint_name: Blueprint to add the node to slot_name_variable: Variable holding the save slot name user_index: Player index node_position: [X, Y] graph position
KB: see knowledge_base/17_GAME_SYSTEMS_COOKBOOK.md#overview Example: add_delete_save_game_in_slot_node(blueprint_name="/Game/MCP_Test/BP_Example")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_index | No | ||
| node_position | No | ||
| blueprint_name | Yes | ||
| slot_name_variable | No | SaveSlotName |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |