ISaveGameSystem::DeleteGame

Delete an existing save game, blocking until complete

Windows
MacOS
Linux

Override Hierarchy

ISaveGameSystem::DeleteGame()

FGenericSaveGameSystem::DeleteGame()

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/SaveGameSystem.h

Include

#include "SaveGameSystem.h"

Syntax

bool DeleteGame
(
    bool bAttemptToUseUI,
    const TCHAR * Name,
    const int32 UserIndex
)

Remarks

Delete an existing save game, blocking until complete

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