UGameplayStatics::DeleteGameInSlot

Delete a save game in a particular slot.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Kismet/GameplayStatics.h

Include

#include "Kismet/GameplayStatics.h"

Source

/Engine/Source/Runtime/Engine/Private/GameplayStatics.cpp

Syntax

static bool DeleteGameInSlot
(
    const FString & SlotName,
    const int32 UserIndex
)

Remarks

Delete a save game in a particular slot.

Returns

True if a file was actually able to be deleted. use DoesSaveGameExist to distinguish between delete failures and failure due to file not existing.

Parameters

Parameter

Description

SlotName

Name of save game slot to delete.

UserIndex

For some platforms, master user index to identify the user doing the deletion.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss